Move react setup to react specific file
This commit is contained in:
parent
ca688d0d46
commit
764b6bf2f3
2 changed files with 3 additions and 3 deletions
|
@ -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" },
|
||||
},
|
||||
};
|
||||
|
|
Loading…
Add table
Reference in a new issue