honojs-middleware/packages/eslint-config
Jonathan Haines 74d0fe0cb4
feature(eslint-config): add types (#1162)
fixes #1157
2025-05-15 22:55:48 +09:00
..
CHANGELOG.md Version Packages (#1108) 2025-04-07 19:34:59 +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 Version Packages (#1108) 2025-04-07 19:34:59 +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