Skip to content

Commit 2f3eaf3

Browse files
committed
feat: updated eslint-suppresions
1 parent 733cdaf commit 2f3eaf3

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

eslint-suppressions.json

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -928,17 +928,14 @@
928928
"count": 3
929929
}
930930
},
931-
"packages/earn-controller/src/EarnController.test.ts": {
931+
"packages/delegation-controller/src/utils.ts": {
932932
"@typescript-eslint/explicit-function-return-type": {
933933
"count": 1
934934
}
935935
},
936936
"packages/earn-controller/src/EarnController.ts": {
937937
"@typescript-eslint/explicit-function-return-type": {
938-
"count": 9
939-
},
940-
"id-length": {
941-
"count": 2
938+
"count": 4
942939
},
943940
"no-negated-condition": {
944941
"count": 3
@@ -2387,4 +2384,4 @@
23872384
"count": 10
23882385
}
23892386
}
2390-
}
2387+
}

0 commit comments

Comments
 (0)