honojs-middleware/packages/eslint-config
Jonathan Haines e1e8a6626d
chore: package repository (#1254)
* chore: package repository

* chore(ci): skip eslint-config in CI
2025-06-23 08:53:57 +09:00
..
CHANGELOG.md Version Packages (#1166) 2025-05-15 23:03:13 +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: package repository (#1254) 2025-06-23 08:53:57 +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