honojs-middleware/packages/eslint-config
Yusuke Wada 80cd26ab6e
feat(eslint-config): support ESLint v9 (#731)
* feat(eslint-config): support ESLint v9

* add changeset
2024-09-08 12:59:41 +09:00
..
CHANGELOG.md Version Packages (#546) 2024-05-26 04:54:13 +09:00
README.md feat(eslint-config): support ESLint v9 (#731) 2024-09-08 12:59:41 +09:00
index.js feat(eslint-config): support ESLint v9 (#731) 2024-09-08 12:59:41 +09:00
package.json feat(eslint-config): support ESLint v9 (#731) 2024-09-08 12:59:41 +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