An ESLint shareable config for Crockford style.
This shareable config is based on Douglas Crockford's style guide, as well as the JSCS Crockford preset configuration.
npm install --save-dev eslint-config-crockford
Use this shareable config by extending it in your .eslintrc
file:
{
"extends": "crockford"
}
You can override settings from this shareable config by adding them directly into your .eslintrc
file.
See the ESLint documentation for more information about using a shareable config.
Licensed under the terms of the MIT License.