eslint-config-crockford

2.0.0 • Public • Published

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.

Package Sidebar

Install

npm i eslint-config-crockford

Weekly Downloads

608

Version

2.0.0

License

MIT

Last publish

Collaborators

  • ssoloff