Skip to content

Commit 22b4fb8

Browse files
committed
upps
1 parent 5016c31 commit 22b4fb8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

eslint.config.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ const config = tsEslint.config(
150150
{ allowExpressions: true },
151151
],
152152
// Sorry, we need many `any` usage.
153-
// '@typescript-eslint/no-explicit-any': 0,
153+
'@typescript-eslint/no-explicit-any': 0,
154154
'@typescript-eslint/no-empty-function': 0,
155155
},
156156
},

0 commit comments

Comments
 (0)