fix(eslint-config): `@typescript-eslint/no-require-imports` as `off` (#732)
* fix(eslint-config): `@typescript-eslint/no-require-imports` as `off` * add changesetpull/733/head
parent
5f162e47f0
commit
1bbb1416ca
|
@ -0,0 +1,5 @@
|
|||
---
|
||||
'@hono/eslint-config': patch
|
||||
---
|
||||
|
||||
fix: `@typescript-eslint/no-require-imports` as `off`
|
|
@ -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',
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue