5.0.0 • Published 3 years ago

eslint-config-cellular v5.0.0

Weekly downloads
57
License
MIT
Repository
-
Last release
3 years ago

eslint-config-cellular

Build Status Greenkeeper badge version

ESLint config used at CELLULAR.

Usage

Install the conventions by running:

npm install --save-dev eslint eslint-config-cellular

Then add the extends to your .eslintrc:

{
  "extends": "cellular"
}

Rules

This config uses eslint:recommended and the default rules of the following plugins:

Disabled Rules:

Prettier

If the project does not contain any prettier configuration, the following settings are used:

{
  singleQuote: true,
  trailingComma: 'es5'
}

License

MIT