jshint-solid
v0.2.2
Published
Tells how solid your jshint settings are
Downloads
57
Maintainers
Readme
jshint-solid
How solid is your jshint settings file? Does it specify all settings?
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