{ "env": { "browser": true, "es2021": true }, "extends": [ "airbnb", "plugin:react/recommended", "plugin:react/jsx-runtime", "plugin:react-hooks/recommended", "prettier" ], "parserOptions": { "ecmaVersion": "latest", "sourceType": "module" }, "plugins": ["react-refresh"], "rules": { "no-console": ["error", { "allow": ["error", "info", "warn"] }], "react/react-in-jsx-scope": "off", "react/jsx-one-expression-per-line": "off", "react/no-unescaped-entities": "off", "jsx-a11y/label-has-associated-control": [ "error", { "assert": "either" } ] } }