Package detail

jshint-solid

bahmutov79MIT0.2.2

Tells how solid your jshint settings are

jshint, solid, quality, measurement

readme

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

changelog

0.0.3 / 2013-10-30

  • upgraded to check-types@1.1.0
  • added link to tightening jshint blog post

0.0.2 / 2013-10-24

  • allowing to pass jshint filename as a command line option
  • allowing using from external process

0.0.1 / 2013-10-24

  • added global bin script
  • measuring jshint coverage
  • getting all jshint settings