{ "root": true, "rules": { "quote-props": "off", "react/jsx-props-no-spreading": "off", "react/button-has-type": "off", "import/no-extraneous-dependencies": "off", "no-tabs": "off" }, "extends": [ "lxsmnsyc/typescript/react" ], "parserOptions": { "project": "./tsconfig.eslint.json" } }