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

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 0.1.1
    4
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 0.1.1
    4
  • 0.1.0
    2
  • 0.0.1
    0

Package Sidebar

Install

npm i grunt-jshint-solid

Weekly Downloads

6

Version

0.1.1

License

MIT

Last publish

Collaborators

  • bahmutov