Version Packages (#733)

pull/676/head @hono/eslint-config@1.0.1
github-actions[bot] 2024-09-08 14:44:36 +09:00 committed by GitHub
parent 1bbb1416ca
commit 69b3cfe726
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 7 additions and 6 deletions

View File

@ -1,5 +0,0 @@
---
'@hono/eslint-config': patch
---
fix: `@typescript-eslint/no-require-imports` as `off`

View File

@ -1,5 +1,11 @@
# @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
### Major Changes

View File

@ -1,6 +1,6 @@
{
"name": "@hono/eslint-config",
"version": "1.0.0",
"version": "1.0.1",
"description": "ESLint Config for Hono projects",
"type": "module",
"module": "./index.js",