File tree 3 files changed +21
-0
lines changed
3 files changed +21
-0
lines changed Original file line number Diff line number Diff line change 30
30
"@types/node" : " ^20" ,
31
31
"@types/react" : " 18.2.0" ,
32
32
"@types/react-dom" : " ^18.2.18" ,
33
+ "@typescript-eslint/eslint-plugin" : " ^5.62.0" ,
34
+ "@typescript-eslint/parser" : " ^5.62.0" ,
35
+ "@typescript-eslint/utils" : " ^5.62.0" ,
33
36
"@wagmi/cli" : " ^2.0.3" ,
37
+ "eslint" : " ^8.56.0" ,
34
38
"eslint-config-next" : " ^14.2.5" ,
39
+ "eslint-config-prettier" : " ^8.10.0" ,
40
+ "eslint-import-resolver-typescript" : " ^3.6.1" ,
41
+ "eslint-plugin-react" : " ^7.33.2" ,
42
+ "eslint-plugin-react-hooks" : " ^4.6.0" ,
35
43
"ts-node" : " ^10.9.2" ,
36
44
"typescript" : " ^5.5.3"
37
45
},
Original file line number Diff line number Diff line change 16
16
"isolatedModules" : true ,
17
17
"jsx" : " preserve" ,
18
18
"incremental" : true ,
19
+ "forceConsistentCasingInFileNames" : true ,
20
+ "strictNullChecks" : true ,
21
+ "noUnusedLocals" : true ,
22
+ "allowSyntheticDefaultImports" : true ,
23
+ "removeComments" : true ,
19
24
"plugins" : [
20
25
{
21
26
"name" : " next"
Original file line number Diff line number Diff line change @@ -7994,8 +7994,16 @@ __metadata:
7994
7994
"@types/node": "npm:^20"
7995
7995
"@types/react": "npm:18.2.0"
7996
7996
"@types/react-dom": "npm:^18.2.18"
7997
+ "@typescript-eslint/eslint-plugin": "npm:^5.62.0"
7998
+ "@typescript-eslint/parser": "npm:^5.62.0"
7999
+ "@typescript-eslint/utils": "npm:^5.62.0"
7997
8000
"@wagmi/cli": "npm:^2.0.3"
8001
+ eslint: "npm:^8.56.0"
7998
8002
eslint-config-next: "npm:^14.2.5"
8003
+ eslint-config-prettier: "npm:^8.10.0"
8004
+ eslint-import-resolver-typescript: "npm:^3.6.1"
8005
+ eslint-plugin-react: "npm:^7.33.2"
8006
+ eslint-plugin-react-hooks: "npm:^4.6.0"
7999
8007
graphql: "npm:^16.9.0"
8000
8008
next: "npm:14.2.4"
8001
8009
react: "npm:^18.2.0"
You can’t perform that action at this time.
0 commit comments