parent
d29f2cbdc6
commit
74d0fe0cb4
|
@ -0,0 +1,5 @@
|
|||
---
|
||||
'@hono/eslint-config': patch
|
||||
---
|
||||
|
||||
Add type declaration
|
|
@ -4,6 +4,9 @@ import importX from 'eslint-plugin-import-x'
|
|||
import nodePlugin from 'eslint-plugin-n'
|
||||
import tseslint from 'typescript-eslint'
|
||||
|
||||
/**
|
||||
* @type {import("eslint").Linter.Config[]}
|
||||
*/
|
||||
export default [
|
||||
js.configs.recommended,
|
||||
nodePlugin.configs['flat/recommended'],
|
||||
|
|
Loading…
Reference in New Issue