grunt-jshint-solid

0.1.1 • Public • Published

grunt-jshint-solid

Analyzes your .jshintrc settings file to see how strict they are using

grunt-jshint-solid

NPM

Build status dependencies devdependencies

endorse

Install

npm install grunt-jshint-solid --save-dev

Once the plugin has been installed, add it to default grunt pipeline

grunt.loadNpmTasks('grunt-jshint-solid');
grunt.registerTask('default', ['jshint', 'jshint-solid']);

Plugin looks for .jshintrc file in the project's root folder.

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 grunt-jshint-solid

Weekly Downloads

28

Version

0.1.1

License

MIT

Last publish

Collaborators

  • bahmutov