parent
716bd4d0a7
commit
fce4d55b9a
|
@ -1,5 +0,0 @@
|
||||||
---
|
|
||||||
'@hono/eslint-config': patch
|
|
||||||
---
|
|
||||||
|
|
||||||
fix: set `curly` rule as `all`
|
|
|
@ -1,5 +1,11 @@
|
||||||
# @hono/eslint-config
|
# @hono/eslint-config
|
||||||
|
|
||||||
|
## 0.0.4
|
||||||
|
|
||||||
|
### Patch Changes
|
||||||
|
|
||||||
|
- [#365](https://github.com/honojs/middleware/pull/365) [`716bd4d0a72efb1be3c454c0323917069ca0f7ee`](https://github.com/honojs/middleware/commit/716bd4d0a72efb1be3c454c0323917069ca0f7ee) Thanks [@yusukebe](https://github.com/yusukebe)! - fix: set `curly` rule as `all`
|
||||||
|
|
||||||
## 0.0.3
|
## 0.0.3
|
||||||
|
|
||||||
### Patch Changes
|
### Patch Changes
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "@hono/eslint-config",
|
"name": "@hono/eslint-config",
|
||||||
"version": "0.0.3",
|
"version": "0.0.4",
|
||||||
"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