npm install --save-dev jquery-eslint-config
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.