@@ -10,9 +10,6 @@ module.exports = {
parserOptions: {
project: true,
},
- settings: {
- react: { version: "18.2" },
- },
root: true,
ignorePatterns: [".eslintrc.js"],
};
@@ -5,4 +5,7 @@ module.exports = {
"plugin:react/recommended",
"plugin:react-hooks/recommended",
],
+ settings: {
+ react: { version: "18.2" },
+ },