honojs-middleware/packages/eslint-config
Aditya Mathur 0d6c13b1a3
feat: updated @hono/eslint-config package (#1031)
* chore(eslint-config): update dependencies and improve configuration

* chore(eslint-config): replace @typescript-eslint packages with typescript-eslint

* chore: completed changes suggested by @BarryThePenguin

* chore: updated the repo eslint config

* chore: updated the lockfile

* feat: added ci and minor changes

* chore: updated the eslint version in package.json

* chore: updated the lockfile

* add changeset

* `@ryoppippi/unplugin-typia` as devDependencies

---------

Co-authored-by: Yusuke Wada <yusuke@kamawada.com>
2025-03-29 08:18:02 +09:00
..
CHANGELOG.md Version Packages (#746) 2024-09-24 20:22:43 +09:00
README.md feat(eslint-config): support ESLint v9 (#731) 2024-09-08 12:59:41 +09:00
index.js feat: updated @hono/eslint-config package (#1031) 2025-03-29 08:18:02 +09:00
package.json feat: updated @hono/eslint-config package (#1031) 2025-03-29 08:18:02 +09:00

README.md

ESLint Config for Hono projects

Installation

npm install @hono/eslint-config
# or
yarn add @hono/eslint-config

Setting

eslint.config.mjs

import baseConfig from '@hono/eslint-config'

export default [...baseConfig]

Authors

License

MIT