grunt-jshint-solid

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

MIT 3 个版本
安装
npm install grunt-jshint-solid
yarn add grunt-jshint-solid
pnpm add grunt-jshint-solid
bun add grunt-jshint-solid
README

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

版本列表
0.1.1 2015-06-18
0.1.0 2014-02-26
0.0.1 2013-11-11