{ "extends": ["../../.eslintrc.json"], "parserOptions": { "project": ["./tsconfig.json"] }, "rules": { "no-param-reassign": "off", "react-hooks/exhaustive-deps": "off", "no-restricted-syntax": "off" }, "ignorePatterns": ["dist/", "jest.config.ts"] }