We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 690f074 commit 21fb2b4Copy full SHA for 21fb2b4
eslint.config.mjs
@@ -50,11 +50,6 @@ export default [
50
},
51
52
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
-
58
"jsdoc/require-jsdoc": "error",
59
"no-warning-comments": "warn",
60
"no-lonely-if": "off",
0 commit comments