blob: 4188353bb7c853579d346bd27b48dead0416c662 [file] [log] [blame]
simon7a7b4d52022-09-23 02:09:42 -04001{
2 "settings": {
3 "react": {
4 "version": "detect"
5 }
6 },
7 "extends": ["plugin:react/recommended", "plugin:react-hooks/recommended", "../.eslintrc.json"],
8 "rules": {
9 "react-hooks/exhaustive-deps": "error",
10 "react/display-name": "off",
11 "react/jsx-uses-react": "off",
12 "react/prop-types": "off",
13 "react/react-in-jsx-scope": "off"
14 }
15}