Skip to content

Commit 28e2411

Browse files
committed
chore(web-devtools): configure-typing
1 parent 4e0b208 commit 28e2411

File tree

3 files changed

+21
-0
lines changed

3 files changed

+21
-0
lines changed

web-devtools/package.json

+8
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,16 @@
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
},

web-devtools/tsconfig.json

+5
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,11 @@
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"

yarn.lock

+8
Original file line numberDiff line numberDiff 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"

0 commit comments

Comments
 (0)