eslint-config-grunt
v2.0.1
Published
Grunt eslint config
Downloads
193
Maintainers
Readme
Grunt eslint config
Usage
npm install --save-dev eslint-config-grunt
Configure ESLint with a .eslintrc
file using the following contents:
{
"extends": "grunt"
}
Status
This config follows the spirit of the Grunt code style, does not violate it and extends it.
Semver policy
Same approach as in ESLint, see https://github.com/eslint/eslint#user-content-semantic-versioning-policy.