eslint-config-cellular

5.0.0 • Public • Published

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

Readme

Keywords

none

Package Sidebar

Install

npm i eslint-config-cellular

Weekly Downloads

14

Version

5.0.0

License

MIT

Unpacked Size

6.19 kB

Total Files

12

Last publish

Collaborators

  • fgnass
  • schoenwaldnils