3.0.2 • Published 7 months ago

eslint-config-jquery v3.0.2

Weekly downloads
4,183
License
MIT
Repository
github
Last release
7 months ago

jQuery ESLint config

Usage

npm install --save-dev eslint-config-jquery

Configure ESLint with a .eslintrc file using the following contents:

{
	"extends": "jquery"
}

Status

This config follows the spirit of the jQuery 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.