eslint: Drop some disabled but desirable warnings

Project authors can/should decide about these by themselves.
This commit is contained in:
Martin Pitt 2021-04-09 08:03:58 +02:00 committed by Katerina Koukiou
parent 1744ec2f5d
commit 04d6c566c7

View file

@ -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,