npm install --save-dev eslint-config-jquery
Configure ESLint with a .eslintrc
file using the following contents:
{
"extends": "jquery"
}
Over time, ESLint implements new rules, alter existing ones, and retire old ones. Changes to the jQuery config should be made as pull requests to this repo, with issues raised on jQuery contibute repository.
Same approach as in ESLint, see https://github.com/eslint/eslint#user-content-semantic-versioning-policy.