This commit is contained in:
28
node_modules/redux-notifications/.eslintrc
generated
vendored
Normal file
28
node_modules/redux-notifications/.eslintrc
generated
vendored
Normal file
@@ -0,0 +1,28 @@
|
||||
{
|
||||
"root": true,
|
||||
"parser": "babel-eslint",
|
||||
"extends": "eslint-config-airbnb",
|
||||
"env": {
|
||||
"browser": true,
|
||||
"node": true,
|
||||
"mocha": true,
|
||||
},
|
||||
"rules": {
|
||||
"react/jsx-uses-vars": 2,
|
||||
"react/react-in-jsx-scope": 2,
|
||||
"react/jsx-quotes": 0,
|
||||
"react/jsx-filename-extension": 0,
|
||||
"jsx-quotes": 2,
|
||||
"comma-dangle": 0,
|
||||
"indent": [2, 2, {"SwitchCase": 1}],
|
||||
"max-len": 0,
|
||||
"no-console": 0,
|
||||
"no-alert": 0,
|
||||
"no-param-reassign": 0,
|
||||
"no-shadow": 0,
|
||||
"no-undef": 2,
|
||||
},
|
||||
"plugins": [
|
||||
"react"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user