2023-12-13 17:26:07 +08:00
|
|
|
# @hono/eslint-config
|
|
|
|
|
2024-05-26 03:54:13 +08:00
|
|
|
## 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`
|
|
|
|
|
2024-05-26 03:42:35 +08:00
|
|
|
## 0.0.5
|
|
|
|
|
|
|
|
### Patch Changes
|
|
|
|
|
|
|
|
- [#543](https://github.com/honojs/middleware/pull/543) [`ee6569d62b4225e2cade3d715c0043a364a37449`](https://github.com/honojs/middleware/commit/ee6569d62b4225e2cade3d715c0043a364a37449) Thanks [@yusukebe](https://github.com/yusukebe)! - fix: update rules
|
|
|
|
|
2024-01-29 20:47:57 +08:00
|
|
|
## 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`
|
|
|
|
|
2023-12-13 20:58:51 +08:00
|
|
|
## 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`
|
|
|
|
|
2023-12-13 18:17:28 +08:00
|
|
|
## 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`
|
|
|
|
|
2023-12-13 17:26:07 +08:00
|
|
|
## 0.0.1
|
|
|
|
|
|
|
|
### Patch Changes
|
|
|
|
|
|
|
|
- [#302](https://github.com/honojs/middleware/pull/302) [`40aeab8`](https://github.com/honojs/middleware/commit/40aeab8e3ee84d988a493237df1308cace8b5476) Thanks [@yusukebe](https://github.com/yusukebe)! - initial release
|