Skip to content

Commit

Permalink
chore: remove workaround (#380)
Browse files Browse the repository at this point in the history
  • Loading branch information
ota-meshi authored Nov 18, 2024
1 parent 690f074 commit 21fb2b4
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions eslint.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -50,11 +50,6 @@ export default [
},
},
rules: {
// TODO: Remove this rule when the issue is fixed.
// https://github.com/eslint/eslint/issues/19134
"@typescript-eslint/no-unused-expressions": "off",
"@typescript-eslint/no-empty-function": "off",

"jsdoc/require-jsdoc": "error",
"no-warning-comments": "warn",
"no-lonely-if": "off",
Expand Down

0 comments on commit 21fb2b4

Please sign in to comment.