@bwsoftwarefi/eslint-config-bw
v1.6.2
Published
Eslint config for ES6+ & react (& react-native?). Extends airbnb.
Downloads
66
Readme
@bwsoftwarefi/eslint-config-bw
Usage
npm install --save-dev @bwsoftwarefi/eslint-config-bw eslint
Create
.eslintrc
file in the root directory of your projectAnd 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