0.2.2 • Published 9 years ago

jshint-solid v0.2.2

Weekly downloads
5
License
MIT
Repository
github
Last release
9 years ago

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

0.2.2

9 years ago

0.2.1

10 years ago

0.2.0

10 years ago

0.1.1

10 years ago

0.1.0

10 years ago

0.0.4

10 years ago

0.0.3

11 years ago

0.0.2

11 years ago

0.0.1

11 years ago

0.0.0

11 years ago