1.6.2 • Published 5 years ago

@bwsoftwarefi/eslint-config-bw v1.6.2

Weekly downloads
2
License
MIT
Repository
github
Last release
5 years ago

@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