jQuery's echint config, enforcing the jQuery styleguide
npm install echint-config-jquery
``sh`
npm install --save-dev echint-config-jquery
Configure echint in package.json using the following contents:`json``
{
"echint": {
"extends": "jquery"
}
}
This config follows the spirit of the jQuery code style, does not violate it and extends it.
Same approach as in eslint, see https://github.com/eslint/eslint#user-content-semantic-versioning-policy.