parent
6f236ce823
commit
8aabb93065
|
@ -1,5 +0,0 @@
|
||||||
---
|
|
||||||
'@hono/eslint-config': patch
|
|
||||||
---
|
|
||||||
|
|
||||||
fix: `no-explicit-any` as `warn`
|
|
|
@ -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
|
||||||
|
|
|
@ -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",
|
||||||
|
|
Loading…
Reference in New Issue