Skip to content

Commit 7f89189

Browse files
committed
chore: workaround
1 parent e46de35 commit 7f89189

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

eslint.config.mjs

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,11 @@ export default [
5050
},
5151
},
5252
rules: {
53+
// TODO: Remove this rule when the issue is fixed.
54+
// https://github.com/eslint/eslint/issues/19134
55+
"@typescript-eslint/no-unused-expressions": "off",
56+
"@typescript-eslint/no-empty-function": "off",
57+
5358
"jsdoc/require-jsdoc": "error",
5459
"no-warning-comments": "warn",
5560
"no-lonely-if": "off",

0 commit comments

Comments
 (0)