2.0.1 • Published 9 years ago
eslint-config-grunt v2.0.1
Grunt eslint config
Usage
npm install --save-dev eslint-config-gruntConfigure 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.