{ "parserOptions": { "project": "./tsconfig.json", "sourceType": "module" }, "rules": { "react/react-in-jsx-scope": "off", "react-hooks/rules-of-hooks": "off" } }