Version Packages (#307)

pull/311/head @hono/eslint-config@0.0.3
github-actions[bot] 2023-12-13 21:58:51 +09:00 committed by GitHub
parent 165a415ec3
commit a7a8aa62ef
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 7 additions and 6 deletions

View File

@ -1,5 +0,0 @@
---
'@hono/eslint-config': patch
---
fix: `no-unused-vars` as `warn`

View File

@ -1,5 +1,11 @@
# @hono/eslint-config # @hono/eslint-config
## 0.0.3
### Patch Changes
- [#306](https://github.com/honojs/middleware/pull/306) [`165a415`](https://github.com/honojs/middleware/commit/165a415ec3cb7f1f66b243ddd69bff7556d3493d) Thanks [@yusukebe](https://github.com/yusukebe)! - fix: `no-unused-vars` as `warn`
## 0.0.2 ## 0.0.2
### Patch Changes ### Patch Changes

View File

@ -1,6 +1,6 @@
{ {
"name": "@hono/eslint-config", "name": "@hono/eslint-config",
"version": "0.0.2", "version": "0.0.3",
"description": "ESLint Config for Hono projects", "description": "ESLint Config for Hono projects",
"main": "index.js", "main": "index.js",
"license": "MIT", "license": "MIT",