0.1.1 • Published 9 years ago

grunt-jshint-solid v0.1.1

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

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