{ "parser": "babel-eslint", "plugins": ["import", "jsx-a11y", "react", "react-hooks"], "extends": ["prettier"], "rules": { "react-hooks/rules-of-hooks": "error", "react-hooks/exhaustive-deps": "warn" } }