eslint: Drop some disabled but desirable warnings
Project authors can/should decide about these by themselves.
This commit is contained in:
parent
1744ec2f5d
commit
04d6c566c7
1 changed files with 1 additions and 6 deletions
|
|
@ -42,12 +42,7 @@
|
||||||
"react/jsx-indent-props": "off",
|
"react/jsx-indent-props": "off",
|
||||||
"react/prop-types": "off",
|
"react/prop-types": "off",
|
||||||
"space-before-function-paren": "off",
|
"space-before-function-paren": "off",
|
||||||
"standard/no-callback-literal": "off",
|
"standard/no-callback-literal": "off"
|
||||||
|
|
||||||
"eqeqeq": "off",
|
|
||||||
"import/no-webpack-loader-syntax": "off",
|
|
||||||
"object-property-newline": "off",
|
|
||||||
"react/jsx-no-bind": "off"
|
|
||||||
},
|
},
|
||||||
"globals": {
|
"globals": {
|
||||||
"require": false,
|
"require": false,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue