-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy patheslint-suppressions.json
More file actions
136 lines (136 loc) · 3.44 KB
/
Copy patheslint-suppressions.json
File metadata and controls
136 lines (136 loc) · 3.44 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
{
"packages/bitcoin-wallet-snap/integration-test/client-request.test.ts": {
"@typescript-eslint/no-explicit-any": {
"count": 1
},
"jest/no-disabled-tests": {
"count": 1
},
"no-restricted-syntax": {
"count": 1
}
},
"packages/bitcoin-wallet-snap/integration-test/cron-sync.test.ts": {
"n/no-sync": {
"count": 1
},
"no-restricted-syntax": {
"count": 1
}
},
"packages/bitcoin-wallet-snap/integration-test/keyring-request.test.ts": {
"no-restricted-syntax": {
"count": 1
}
},
"packages/bitcoin-wallet-snap/integration-test/keyring.test.ts": {
"jest/no-disabled-tests": {
"count": 1
},
"no-restricted-syntax": {
"count": 3
}
},
"packages/bitcoin-wallet-snap/scripts/build-preinstalled-snap.js": {
"n/no-sync": {
"count": 2
}
},
"packages/bitcoin-wallet-snap/scripts/populate-en-locale.js": {
"n/no-sync": {
"count": 1
}
},
"packages/bitcoin-wallet-snap/snap.config.ts": {
"import-x/no-nodejs-modules": {
"count": 1
},
"no-restricted-globals": {
"count": 14
}
},
"packages/bitcoin-wallet-snap/src/handlers/KeyringHandler.test.ts": {
"@typescript-eslint/explicit-function-return-type": {
"count": 4
}
},
"packages/bitcoin-wallet-snap/src/handlers/RpcHandler.test.ts": {
"@typescript-eslint/explicit-function-return-type": {
"count": 2
},
"@typescript-eslint/no-explicit-any": {
"count": 12
}
},
"packages/bitcoin-wallet-snap/src/handlers/UserInputHandler.ts": {
"no-restricted-syntax": {
"count": 1
}
},
"packages/bitcoin-wallet-snap/src/handlers/mappings.test.ts": {
"@typescript-eslint/explicit-function-return-type": {
"count": 3
},
"@typescript-eslint/no-explicit-any": {
"count": 17
}
},
"packages/bitcoin-wallet-snap/src/handlers/validation.test.ts": {
"@typescript-eslint/explicit-function-return-type": {
"count": 4
}
},
"packages/bitcoin-wallet-snap/src/infra/SnapClientAdapter.test.ts": {
"@typescript-eslint/explicit-function-return-type": {
"count": 1
}
},
"packages/bitcoin-wallet-snap/src/infra/jsx/components/SendForm.tsx": {
"id-length": {
"count": 1
}
},
"packages/bitcoin-wallet-snap/src/infra/jsx/confirmations/SignMessageConfirmationView.tsx": {
"id-length": {
"count": 1
}
},
"packages/bitcoin-wallet-snap/src/infra/jsx/confirmations/SignPsbtConfirmationView.tsx": {
"id-length": {
"count": 1
}
},
"packages/bitcoin-wallet-snap/src/infra/jsx/send-flow/ReviewTransactionView.tsx": {
"id-length": {
"count": 1
}
},
"packages/bitcoin-wallet-snap/src/infra/jsx/send-flow/SendFormView.tsx": {
"id-length": {
"count": 1
}
},
"packages/bitcoin-wallet-snap/src/infra/jsx/unified-send-flow/UnifiedSendFormView.tsx": {
"id-length": {
"count": 1
}
},
"packages/bitcoin-wallet-snap/src/store/BdkAccountRepository.test.ts": {
"@typescript-eslint/explicit-function-return-type": {
"count": 1
}
},
"packages/bitcoin-wallet-snap/src/store/InMemoryCache.test.ts": {
"@typescript-eslint/no-explicit-any": {
"count": 1
}
},
"packages/bitcoin-wallet-snap/src/use-cases/SendFlowUseCases.test.ts": {
"@typescript-eslint/explicit-function-return-type": {
"count": 1
},
"@typescript-eslint/no-explicit-any": {
"count": 5
}
}
}