jshint-solid

0.2.2 • Public • Published

jshint-solid

How solid is your jshint settings file? Does it specify all settings?

NPM

Build status Coverage Status dependencies devdependencies endorse

Installation and use

Requires node

npm install -g jshint-solid

jshint-solid
// prints how solid .jshintrc is inside the current project

jshint-solid customJshintSettings.json
// prints how solid settings in customJshintSettings.json are

Using from external projects

npm install jshint-solid --save
var measure = require('jshint-solid');
var quality = measure('./jshintrc');
// quality is between 0 and 100

There is a grunt-jshint-solid plugin.

Why?

See my Tightening JsHint blog post.

Small print

Author: Gleb Bahmutov © 2013

License: MIT - do anything with the code, but don't blame me if it does not work.

Support: if you find any problems with this module, email / tweet / open issue on Github

Package Sidebar

Install

npm i jshint-solid

Weekly Downloads

12

Version

0.2.2

License

MIT

Last publish

Collaborators

  • bahmutov