Skip to content

Commit

Permalink
fix(eslint-config): @typescript-eslint/no-require-imports as off (#…
Browse files Browse the repository at this point in the history
…732)

* fix(eslint-config): `@typescript-eslint/no-require-imports` as `off`

* add changeset
  • Loading branch information
yusukebe authored Sep 8, 2024
1 parent 5f162e4 commit 1bbb141
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/afraid-guests-think.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@hono/eslint-config': patch
---

fix: `@typescript-eslint/no-require-imports` as `off`
1 change: 1 addition & 0 deletions packages/eslint-config/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,7 @@ export default [
'@typescript-eslint/no-empty-interface': 'off',
'@typescript-eslint/no-explicit-any': 'warn',
'@typescript-eslint/no-inferrable-types': 'off',
'@typescript-eslint/no-require-imports': 'off',
'@typescript-eslint/no-unused-vars': 'warn',
'@typescript-eslint/no-var-requires': 'off',
},
Expand Down

0 comments on commit 1bbb141

Please sign in to comment.