honojs-middleware/packages/eslint-config
Jonathan Haines eb62c877b4
feature(eslint): enable linting with type information
2025-04-02 21:57:28 +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 feature(eslint): enable linting with type information 2025-04-02 21:57:28 +11:00
package.json feature(eslint): enable linting with type information 2025-04-02 21:57:28 +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