Skip to content

Commit 9f92221

Browse files
committed
fix: remove eslint and prettier
1 parent 738852d commit 9f92221

8 files changed

Lines changed: 37 additions & 1577 deletions

File tree

.eslintignore

Lines changed: 0 additions & 6 deletions
This file was deleted.

.eslintrc.js

Lines changed: 0 additions & 82 deletions
This file was deleted.

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
- name: Install NPM dependencies
2727
run: yarn install --immutable
2828

29-
- name: Check ESLint
29+
- name: Lint
3030
run: yarn lint
3131

3232
typecheck:

packages/client/.prettierignore

Lines changed: 0 additions & 9 deletions
This file was deleted.

packages/client/package.json

Lines changed: 1 addition & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -59,27 +59,16 @@
5959
"@types/node": "^14.18.54",
6060
"@types/react": "^18.0.25",
6161
"@types/react-native": "^0.70.6",
62-
"@typescript-eslint/eslint-plugin": "^6.2.0",
63-
"@typescript-eslint/parser": "^6.2.0",
6462
"babel-jest": "^27.5.1",
65-
"eslint": "^8.45.0",
66-
"eslint-config-prettier": "^8.8.0",
67-
"eslint-plugin-prettier": "^5.0.0",
68-
"eslint-plugin-react": "^7.35.0",
69-
"eslint-plugin-react-hooks": "^4.6.2",
70-
"eslint-plugin-react-native": "^4.1.0",
71-
"eslint-plugin-simple-import-sort": "^10.0.0",
72-
"eslint-plugin-unused-imports": "^3.0.0",
7363
"expo-web-browser": "^13.0.3",
7464
"jest": "^27.5.1",
7565
"jest-chrome": "^0.7.2",
7666
"jest-websocket-mock": "^2.4.0",
7767
"nodemon": "^3.1.0",
78-
"prettier": "^3.0.0",
7968
"ts-jest": "^27.1.5",
8069
"ts-node": "^10.9.1",
8170
"tsc-alias": "^1.8.8",
8271
"tslib": "^2.6.0",
8372
"typescript": "^5.1.6"
8473
}
85-
}
74+
}

packages/client/src/core/type/util.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
/* eslint-disable @typescript-eslint/no-explicit-any */
21
// Copyright (c) 2018-2023 Coinbase, Inc. <https://www.coinbase.com/>
32

43
import { standardErrors } from '../error';

packages/wagmi-connectors/package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,10 +46,9 @@
4646
"@types/jest": "^29.5.12",
4747
"@wagmi/core": "^2.13.4",
4848
"jest": "^29.7.0",
49-
"prettier": "^3.3.3",
5049
"ts-jest": "^29.2.4",
5150
"ts-node": "^10.9.2",
5251
"typescript": "^5.1.6",
5352
"viem": "^2.19.4"
5453
}
55-
}
54+
}

0 commit comments

Comments
 (0)