Version Packages (#1108)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>pull/1017/head
parent
17df8a47c8
commit
95f746f964
|
@ -1,10 +0,0 @@
|
||||||
---
|
|
||||||
'@hono/eslint-config': major
|
|
||||||
---
|
|
||||||
|
|
||||||
Includes `typescript-eslint` presets for typed linting
|
|
||||||
|
|
||||||
- [`strict-type-checked`](https://typescript-eslint.io/users/configs#strict-type-checked)
|
|
||||||
- [`stylistic-type-checked`](https://typescript-eslint.io/users/configs#stylistic-type-checked)
|
|
||||||
|
|
||||||
See [Linting with Type Information](https://typescript-eslint.io/getting-started/typed-linting) for more information
|
|
|
@ -1,5 +1,16 @@
|
||||||
# @hono/eslint-config
|
# @hono/eslint-config
|
||||||
|
|
||||||
|
## 2.0.0
|
||||||
|
|
||||||
|
### Major Changes
|
||||||
|
|
||||||
|
- [#1098](https://github.com/honojs/middleware/pull/1098) [`1fd8ebf9b6d8d9f473196266bf63681988dc7979`](https://github.com/honojs/middleware/commit/1fd8ebf9b6d8d9f473196266bf63681988dc7979) Thanks [@BarryThePenguin](https://github.com/BarryThePenguin)! - Includes `typescript-eslint` presets for typed linting
|
||||||
|
|
||||||
|
- [`strict-type-checked`](https://typescript-eslint.io/users/configs#strict-type-checked)
|
||||||
|
- [`stylistic-type-checked`](https://typescript-eslint.io/users/configs#stylistic-type-checked)
|
||||||
|
|
||||||
|
See [Linting with Type Information](https://typescript-eslint.io/getting-started/typed-linting) for more information
|
||||||
|
|
||||||
## 1.1.1
|
## 1.1.1
|
||||||
|
|
||||||
### Patch Changes
|
### Patch Changes
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "@hono/eslint-config",
|
"name": "@hono/eslint-config",
|
||||||
"version": "1.1.1",
|
"version": "2.0.0",
|
||||||
"description": "ESLint Config for Hono projects",
|
"description": "ESLint Config for Hono projects",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"module": "./index.js",
|
"module": "./index.js",
|
||||||
|
|
Loading…
Reference in New Issue