diff --git a/.eslintrc.json b/.eslintrc.json index e660dc9..05bf33b 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -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,