honojs-middleware/packages/eslint-config
Jonathan Haines 2774ae4f77
build: typescript project references
2025-04-02 06:47:24 +11:00
..
CHANGELOG.md Version Packages (#1087) 2025-03-29 14:12:27 +09:00
README.md feat(eslint-config): support ESLint v9 (#731) 2024-09-08 12:59:41 +09:00
index.js fix(eslint-config): add spread to `tseslint.configs.recommended` (#1084) 2025-03-29 14:02:45 +09:00
package.json build: typescript project references 2025-04-02 06:47:24 +11: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