honojs-middleware/packages/eslint-config
Jonathan Haines 1fd8ebf9b6
feat(eslint-config): enable linting with type information (#1098)
2025-04-07 19:31:09 +09: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 feat(eslint-config): enable linting with type information (#1098) 2025-04-07 19:31:09 +09:00
package.json feat(eslint-config): enable linting with type information (#1098) 2025-04-07 19:31:09 +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