Skip to content

Commit 2f4d546

Browse files
committed
chore(knip): prune stale eslint suppressions
1 parent ac2b4c6 commit 2f4d546

1 file changed

Lines changed: 2 additions & 7 deletions

File tree

src/eslint-suppressions.json

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -406,7 +406,7 @@
406406
},
407407
"api/providers/lm-studio.ts": {
408408
"@typescript-eslint/no-explicit-any": {
409-
"count": 2
409+
"count": 1
410410
}
411411
},
412412
"api/providers/mimo.ts": {
@@ -821,7 +821,7 @@
821821
},
822822
"core/prompts/tools/filter-tools-for-mode.ts": {
823823
"@typescript-eslint/no-explicit-any": {
824-
"count": 3
824+
"count": 1
825825
}
826826
},
827827
"core/prompts/tools/native-tools/__tests__/converters.spec.ts": {
@@ -1269,11 +1269,6 @@
12691269
"count": 4
12701270
}
12711271
},
1272-
"integrations/misc/__tests__/line-counter.spec.ts": {
1273-
"@typescript-eslint/no-explicit-any": {
1274-
"count": 2
1275-
}
1276-
},
12771272
"integrations/misc/__tests__/open-file.spec.ts": {
12781273
"@typescript-eslint/no-explicit-any": {
12791274
"count": 11

0 commit comments

Comments
 (0)