parent
6fe211ba1f
commit
e779454966
|
@ -1,5 +0,0 @@
|
||||||
---
|
|
||||||
'@hono/eslint-config': patch
|
|
||||||
---
|
|
||||||
|
|
||||||
fix: use `import/no-duplicates`
|
|
|
@ -1,5 +1,11 @@
|
||||||
# @hono/eslint-config
|
# @hono/eslint-config
|
||||||
|
|
||||||
|
## 0.0.6
|
||||||
|
|
||||||
|
### Patch Changes
|
||||||
|
|
||||||
|
- [#545](https://github.com/honojs/middleware/pull/545) [`6fe211ba1f1c4b7b73e98dc87d585a08c3da2cd6`](https://github.com/honojs/middleware/commit/6fe211ba1f1c4b7b73e98dc87d585a08c3da2cd6) Thanks [@yusukebe](https://github.com/yusukebe)! - fix: use `import/no-duplicates`
|
||||||
|
|
||||||
## 0.0.5
|
## 0.0.5
|
||||||
|
|
||||||
### Patch Changes
|
### Patch Changes
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "@hono/eslint-config",
|
"name": "@hono/eslint-config",
|
||||||
"version": "0.0.5",
|
"version": "0.0.6",
|
||||||
"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