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/prop-types": "off",
|
||||
"space-before-function-paren": "off",
|
||||
"standard/no-callback-literal": "off",
|
||||
|
||||
"eqeqeq": "off",
|
||||
"import/no-webpack-loader-syntax": "off",
|
||||
"object-property-newline": "off",
|
||||
"react/jsx-no-bind": "off"
|
||||
"standard/no-callback-literal": "off"
|
||||
},
|
||||
"globals": {
|
||||
"require": false,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue