honojs-middleware/packages/eslint-config
3w36zj6 16c103c2a9
chore: update hono version to 4.8 (#1281)
* chore: update hono version to 4.8

* chore: add hono as a devDependency to all workspaces
2025-07-05 18:37:06 +09:00
..
CHANGELOG.md Version Packages (#1255) 2025-06-23 08:58:32 +09:00
README.md feat(eslint-config): support ESLint v9 (#731) 2024-09-08 12:59:41 +09:00
index.js feature(eslint-config): add types (#1162) 2025-05-15 22:55:48 +09:00
package.json chore: update hono version to 4.8 (#1281) 2025-07-05 18:37:06 +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