Skip to content

Commit 2bacd5c

Browse files
committed
chore: updated eslint-suppressions
1 parent a4af36a commit 2bacd5c

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

eslint-suppressions.json

Lines changed: 5 additions & 2 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": {

0 commit comments

Comments
 (0)