eslint-config-secullum

Shared eslint config

Usage no npm install needed!

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

README

eslint-config-secullum

Shared eslint config

Usage

First, install it:

npm install --save-dev eslint-config-secullum eslint@^3.9.1 eslint-plugin-flowtype@^2.25.0 eslint-plugin-import@^2.2.0 eslint-plugin-jsx-a11y@^3.0.1 eslint-plugin-react@^6.5.0

Then, create a file named .eslintrc in the root of your project:

{
  "extends": "secullum"
}

If you use babel, you might want to use the babel-eslint parser:

npm install --save-dev babel-eslint
{
  "extends": "secullum",
  "parser": "babel-eslint"
}