echint-config-jquery
v1.0.0
Published
jQuery's echint config, enforcing the jQuery styleguide
Downloads
22
Maintainers
Readme
jQuery echint config
Usage
npm install --save-dev echint-config-jquery
Configure echint in package.json
using the following contents:
{
"echint": {
"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.