File tree Expand file tree Collapse file tree 3 files changed +21
-0
lines changed Expand file tree Collapse file tree 3 files changed +21
-0
lines changed Original file line number Diff line number Diff line change 3030 "@types/node" : " ^20" ,
3131 "@types/react" : " 18.2.0" ,
3232 "@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" ,
3336 "@wagmi/cli" : " ^2.0.3" ,
37+ "eslint" : " ^8.56.0" ,
3438 "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" ,
3543 "ts-node" : " ^10.9.2" ,
3644 "typescript" : " ^5.5.3"
3745 },
Original file line number Diff line number Diff line change 1616 "isolatedModules" : true ,
1717 "jsx" : " preserve" ,
1818 "incremental" : true ,
19+ "forceConsistentCasingInFileNames" : true ,
20+ "strictNullChecks" : true ,
21+ "noUnusedLocals" : true ,
22+ "allowSyntheticDefaultImports" : true ,
23+ "removeComments" : true ,
1924 "plugins" : [
2025 {
2126 "name" : " next"
Original file line number Diff line number Diff line change @@ -7994,8 +7994,16 @@ __metadata:
79947994 "@types/node": "npm:^20"
79957995 "@types/react": "npm:18.2.0"
79967996 "@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"
79978000 "@wagmi/cli": "npm:^2.0.3"
8001+ eslint: "npm:^8.56.0"
79988002 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"
79998007 graphql: "npm:^16.9.0"
80008008 next: "npm:14.2.4"
80018009 react: "npm:^18.2.0"
You can’t perform that action at this time.
0 commit comments