{ "plugins": ["react"], "rules": { "react/react-in-jsx-scope": "off", "react/rules-of-hooks": "error", "react/exhaustive-deps": "warn" }, "ignore": [ "android/**", "build/**", "node_modules/**", "public/**", "electron/**" ] }