parent
1bbb1416ca
commit
69b3cfe726
|
@ -1,5 +0,0 @@
|
||||||
---
|
|
||||||
'@hono/eslint-config': patch
|
|
||||||
---
|
|
||||||
|
|
||||||
fix: `@typescript-eslint/no-require-imports` as `off`
|
|
|
@ -1,5 +1,11 @@
|
||||||
# @hono/eslint-config
|
# @hono/eslint-config
|
||||||
|
|
||||||
|
## 1.0.1
|
||||||
|
|
||||||
|
### Patch Changes
|
||||||
|
|
||||||
|
- [#732](https://github.com/honojs/middleware/pull/732) [`1bbb1416ca4a53db65d1b4462228b40a46256d5d`](https://github.com/honojs/middleware/commit/1bbb1416ca4a53db65d1b4462228b40a46256d5d) Thanks [@yusukebe](https://github.com/yusukebe)! - fix: `@typescript-eslint/no-require-imports` as `off`
|
||||||
|
|
||||||
## 1.0.0
|
## 1.0.0
|
||||||
|
|
||||||
### Major Changes
|
### Major Changes
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "@hono/eslint-config",
|
"name": "@hono/eslint-config",
|
||||||
"version": "1.0.0",
|
"version": "1.0.1",
|
||||||
"description": "ESLint Config for Hono projects",
|
"description": "ESLint Config for Hono projects",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"module": "./index.js",
|
"module": "./index.js",
|
||||||
|
|
Loading…
Reference in New Issue