Crockford - ESLint Shareable Config
!MIT Licenselicense-imagelicense-link
!NPMnpm-imagenpm-link!Build Statustravis-imagetravis-link !Dev Dependency Statusdavid-dev-imagedavid-dev-link !Peer Dependency Statusdavid-peer-imagedavid-peer-link
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.
Install
npm install --save-dev eslint-config-crockford
Usage
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.