eslint-config-crockford

ESLint shareable config for Crockford style

Downloads in past

Stats

StarsIssuesVersionUpdatedCreatedSize
eslint-config-crockford
2.0.06 years ago7 years agoMinified + gzip package size for eslint-config-crockford in KB

Readme

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.

License

Licensed under the terms of the MIT Licenselicense-link.