2.0.1 • Published 9 years ago

eslint-config-grunt v2.0.1

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

Build Status

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.