Skip to content

Commit cdd82a4

Browse files
Prithpal-Sooriyacursoragent
authored andcommitted
chore: prune unused eslint suppressions for CurrencyRateController
Removed unused suppressions after refactoring: - no-negated-condition: no longer needed - no-restricted-syntax: no longer needed - @typescript-eslint/explicit-function-return-type: reduced count from 3 to 1
1 parent bebd9be commit cdd82a4

1 file changed

Lines changed: 1 addition & 7 deletions

File tree

eslint-suppressions.json

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -187,13 +187,7 @@
187187
},
188188
"packages/assets-controllers/src/CurrencyRateController.ts": {
189189
"@typescript-eslint/explicit-function-return-type": {
190-
"count": 3
191-
},
192-
"no-negated-condition": {
193190
"count": 1
194-
},
195-
"no-restricted-syntax": {
196-
"count": 3
197191
}
198192
},
199193
"packages/assets-controllers/src/DeFiPositionsController/DeFiPositionsController.test.ts": {
@@ -2101,4 +2095,4 @@
21012095
"count": 1
21022096
}
21032097
}
2104-
}
2098+
}

0 commit comments

Comments
 (0)