Tinker
This commit is contained in:
parent
a689aca4a6
commit
212dcfb88a
2 changed files with 3 additions and 7 deletions
|
@ -1,15 +1,13 @@
|
|||
/* eslint-env node */
|
||||
module.exports = {
|
||||
root: true,
|
||||
extends: [
|
||||
"eslint:recommended",
|
||||
"plugin:@typescript-eslint/strict-type-checked",
|
||||
"plugin:@typescript-eslint/stylistic-type-checked",
|
||||
],
|
||||
plugins: ["@typescript-eslint"],
|
||||
parserOptions: { project: true },
|
||||
parser: "@typescript-eslint/parser",
|
||||
parserOptions: {
|
||||
project: true,
|
||||
},
|
||||
root: true,
|
||||
ignorePatterns: [".eslintrc.js"],
|
||||
};
|
||||
|
|
|
@ -5,7 +5,5 @@ module.exports = {
|
|||
"plugin:react/recommended",
|
||||
"plugin:react-hooks/recommended",
|
||||
],
|
||||
settings: {
|
||||
react: { version: "18.2" },
|
||||
},
|
||||
settings: { react: { version: "18.2" } },
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue