Version Packages (#305)

pull/306/head @hono/eslint-config@0.0.2
github-actions[bot] 2023-12-13 19:17:28 +09:00 committed by GitHub
parent 6f236ce823
commit 8aabb93065
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-explicit-any` as `warn`

View File

@ -1,5 +1,11 @@
# @hono/eslint-config # @hono/eslint-config
## 0.0.2
### Patch Changes
- [#304](https://github.com/honojs/middleware/pull/304) [`6f236ce`](https://github.com/honojs/middleware/commit/6f236ce823f618e3ab59a2b807510df17ebed4de) Thanks [@yusukebe](https://github.com/yusukebe)! - fix: `no-explicit-any` as `warn`
## 0.0.1 ## 0.0.1
### Patch Changes ### Patch Changes

View File

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