Skip to content

Commit 31e3167

Browse files
chore(deps-dev): bump eslint to 10.1.0, @eslint/js to 10.0.1, and typescript to 6.0.2 with lint config compatibility fixes
Signed-off-by: Rajesh-Nagarajan-11 <rajeshnagarajan36@gmail.com>
1 parent 6971293 commit 31e3167

13 files changed

Lines changed: 14883 additions & 10916 deletions

File tree

eslint.config.js

Lines changed: 0 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
const js = require("@eslint/js");
22
const tsParser = require("@typescript-eslint/parser");
3-
const react = require("eslint-plugin-react");
4-
const reactHooks = require("eslint-plugin-react-hooks");
53
const typescript = require("@typescript-eslint/eslint-plugin");
64
const globals = require("globals");
75

@@ -53,21 +51,12 @@ module.exports = [
5351
},
5452

5553
plugins: {
56-
react,
57-
"react-hooks": reactHooks,
5854
"@typescript-eslint": typescript,
5955
},
6056

6157
rules: {
6258
...js.configs.recommended.rules,
6359
...typescript.configs.recommended.rules,
64-
...reactHooks.configs.recommended.rules,
65-
},
66-
67-
settings: {
68-
react: {
69-
version: "detect",
70-
},
7160
},
7261

7362
linterOptions: {
@@ -100,21 +89,12 @@ module.exports = [
10089
},
10190

10291
plugins: {
103-
react,
104-
"react-hooks": reactHooks,
10592
"@typescript-eslint": typescript,
10693
},
10794

10895
rules: {
10996
...js.configs.recommended.rules,
11097
...typescript.configs.recommended.rules,
111-
...reactHooks.configs.recommended.rules,
112-
},
113-
114-
settings: {
115-
react: {
116-
version: "detect",
117-
},
11898
},
11999

120100
linterOptions: {

0 commit comments

Comments
 (0)