Skip to content

Commit 435164c

Browse files
committed
Remove lint suppressions
1 parent 3828e8b commit 435164c

1 file changed

Lines changed: 1 addition & 9 deletions

File tree

eslint-suppressions.json

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -702,22 +702,14 @@
702702
},
703703
"packages/delegation-controller/src/DelegationController.ts": {
704704
"@typescript-eslint/explicit-function-return-type": {
705-
"count": 5
706-
},
707-
"id-length": {
708-
"count": 2
705+
"count": 1
709706
}
710707
},
711708
"packages/delegation-controller/src/types.ts": {
712709
"@typescript-eslint/naming-convention": {
713710
"count": 3
714711
}
715712
},
716-
"packages/delegation-controller/src/utils.ts": {
717-
"@typescript-eslint/explicit-function-return-type": {
718-
"count": 1
719-
}
720-
},
721713
"packages/earn-controller/src/EarnController.test.ts": {
722714
"@typescript-eslint/explicit-function-return-type": {
723715
"count": 1

0 commit comments

Comments
 (0)