We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 548b921 commit 45d7bd7Copy full SHA for 45d7bd7
.eslintrc.js
@@ -2,7 +2,6 @@ module.exports = {
2
plugins: ["jest"],
3
parser: "@typescript-eslint/parser",
4
extends: [
5
- "plugin:react/recommended",
6
"plugin:@typescript-eslint/recommended",
7
"prettier/@typescript-eslint",
8
"plugin:prettier/recommended"
@@ -14,11 +13,6 @@ module.exports = {
14
13
jsx: true
15
}
16
},
17
- settings: {
18
- react: {
19
- version: "detect"
20
- }
21
- },
22
rules: {
23
"@typescript-eslint/explicit-function-return-type": "off",
24
"@typescript-eslint/no-explicit-any": "off"
babel.config.js
@@ -8,7 +8,6 @@ module.exports = {
9
10
],
11
- "@babel/preset-react",
12
"@babel/preset-typescript"
]
};
0 commit comments