Skip to content

Commit 437e2b0

Browse files
committed
update eslint warning thresholds
1 parent 677df2e commit 437e2b0

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

eslint-warning-thresholds.json

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -215,10 +215,6 @@
215215
"import-x/namespace": 14,
216216
"jest/no-conditional-in-test": 8
217217
},
218-
"packages/keyring-controller/src/KeyringController.ts": {
219-
"@typescript-eslint/no-unsafe-enum-comparison": 4,
220-
"@typescript-eslint/no-unused-vars": 1
221-
},
222218
"packages/keyring-controller/tests/mocks/mockKeyring.ts": {
223219
"@typescript-eslint/prefer-readonly": 1
224220
},

0 commit comments

Comments
 (0)