Skip to content

Commit 45d7bd7

Browse files
committed
chore: remove react config in babel and eslint
1 parent 548b921 commit 45d7bd7

File tree

2 files changed

+0
-7
lines changed

2 files changed

+0
-7
lines changed

.eslintrc.js

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ module.exports = {
22
plugins: ["jest"],
33
parser: "@typescript-eslint/parser",
44
extends: [
5-
"plugin:react/recommended",
65
"plugin:@typescript-eslint/recommended",
76
"prettier/@typescript-eslint",
87
"plugin:prettier/recommended"
@@ -14,11 +13,6 @@ module.exports = {
1413
jsx: true
1514
}
1615
},
17-
settings: {
18-
react: {
19-
version: "detect"
20-
}
21-
},
2216
rules: {
2317
"@typescript-eslint/explicit-function-return-type": "off",
2418
"@typescript-eslint/no-explicit-any": "off"

babel.config.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ module.exports = {
88
}
99
}
1010
],
11-
"@babel/preset-react",
1211
"@babel/preset-typescript"
1312
]
1413
};

0 commit comments

Comments
 (0)