Skip to content

Commit

Permalink
chore: workaround
Browse files Browse the repository at this point in the history
  • Loading branch information
ota-meshi committed Nov 18, 2024
1 parent e46de35 commit 7f89189
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions eslint.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,11 @@ export default [
},
},
rules: {
// TODO: Remove this rule when the issue is fixed.

Check warning on line 53 in eslint.config.mjs

View workflow job for this annotation

GitHub Actions / Release

Unexpected 'todo' comment: 'TODO: Remove this rule when the issue is...'

Check warning on line 53 in eslint.config.mjs

View workflow job for this annotation

GitHub Actions / lint

Unexpected 'todo' comment: 'TODO: Remove this rule when the issue is...'
// 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 7f89189

Please sign in to comment.