Skip to content

Latest commit

 

History

History
46 lines (33 loc) · 1.93 KB

README.md

File metadata and controls

46 lines (33 loc) · 1.93 KB

Crockford - ESLint Shareable Config

MIT License NPM
Build Status Dev Dependency Status Peer Dependency Status

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 License.