Skip to content

Commit 21fb2b4

Browse files
authored
chore: remove workaround (#380)
1 parent 690f074 commit 21fb2b4

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

eslint.config.mjs

-5
Original file line numberDiff line numberDiff line change
@@ -50,11 +50,6 @@ 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-
5853
"jsdoc/require-jsdoc": "error",
5954
"no-warning-comments": "warn",
6055
"no-lonely-if": "off",

0 commit comments

Comments
 (0)