File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Load Diff This file was deleted.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 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 :
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 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+ }
Original file line number Diff line number Diff line change 1- /* eslint-disable @typescript-eslint/no-explicit-any */
21// Copyright (c) 2018-2023 Coinbase, Inc. <https://www.coinbase.com/>
32
43import { standardErrors } from '../error' ;
Original file line number Diff line number Diff line change 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+ }
You can’t perform that action at this time.
0 commit comments