Skip to content

Commit 57bd8a4

Browse files
committed
chore: updated eslint-suppressions
1 parent a4af36a commit 57bd8a4

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

eslint-suppressions.json

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -928,8 +928,8 @@
928928
"count": 3
929929
}
930930
},
931-
"packages/delegation-controller/src/utils.ts": {
932-
"@typescript-eslint/explicit-function-return-type": {
931+
"packages/earn-controller/src/EarnController.test.ts": {
932+
"no-restricted-syntax": {
933933
"count": 1
934934
}
935935
},
@@ -939,6 +939,9 @@
939939
},
940940
"no-negated-condition": {
941941
"count": 3
942+
},
943+
"no-restricted-syntax": {
944+
"count": 1
942945
}
943946
},
944947
"packages/earn-controller/src/selectors.ts": {
@@ -2384,4 +2387,4 @@
23842387
"count": 10
23852388
}
23862389
}
2387-
}
2390+
}

0 commit comments

Comments
 (0)