{ "extends": "react-app", "parserOptions": { "ecmaVersion": 2017 }, "rules": { "react/style-prop-object": 0, "eqeqeq": 0, "jsx-a11y/anchor-has-content": 0, "jsx-a11y/anchor-is-valid": 0, "array-callback-return": 0, "no-mixed-operators": 0, "react-hooks/exhaustive-deps": 0 } }