Skip to content

Commit f4d220b

Browse files
committed
feat: updated eslint-suppresions
1 parent a1bb31f commit f4d220b

File tree

1 file changed

+2
-10
lines changed

1 file changed

+2
-10
lines changed

eslint-suppressions.json

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -936,17 +936,9 @@
936936
"count": 1
937937
}
938938
},
939-
"packages/earn-controller/src/EarnController.test.ts": {
940-
"@typescript-eslint/explicit-function-return-type": {
941-
"count": 1
942-
}
943-
},
944939
"packages/earn-controller/src/EarnController.ts": {
945940
"@typescript-eslint/explicit-function-return-type": {
946-
"count": 9
947-
},
948-
"id-length": {
949-
"count": 2
941+
"count": 4
950942
},
951943
"no-negated-condition": {
952944
"count": 3
@@ -2395,4 +2387,4 @@
23952387
"count": 10
23962388
}
23972389
}
2398-
}
2390+
}

0 commit comments

Comments
 (0)