eslint-config-cellular

CELLULAR ESLint config

Usage no npm install needed!

<script type="module">
  import eslintConfigCellular from 'https://cdn.skypack.dev/eslint-config-cellular';
</script>

README

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