@bwsoftwarefi/eslint-config-bw

Eslint config for ES6+ & react (& react-native?). Extends airbnb.

Usage no npm install needed!

<script type="module">
  import bwsoftwarefiEslintConfigBw from 'https://cdn.skypack.dev/@bwsoftwarefi/eslint-config-bw';
</script>

README

@bwsoftwarefi/eslint-config-bw

Usage

  1. npm install --save-dev @bwsoftwarefi/eslint-config-bw eslint

  2. Create .eslintrc file in the root directory of your project

  3. And paste this code

{
  "extends": "@bwsoftwarefi/eslint-config-bw"
}

Define environments if needed

{
  "extends": "@bwsoftwarefi/eslint-config-bw",
  "rules": {},
  "env": {
    "browser": true,
    "node": true
  }
}

And maybe in your package.json:

"scripts": {
  "lint": "eslint src/**.js"
}

Rule Definitions (part of them)

https://github.com/yannickcr/eslint-plugin-react https://github.com/prettier/eslint-config-prettier/blob/master/index.js https://github.com/prettier/eslint-config-prettier/blob/master/react.js