honojs-middleware/packages/eslint-config
Yusuke Wada ee6569d62b
fix(eslint-config): update rules (#543)
* fix(eslint-config): update rules

* add changeset
2024-05-26 04:40:13 +09:00
..
CHANGELOG.md Version Packages (#366) 2024-01-29 21:47:57 +09:00
README.md feat: introduce `@hono/eslint-config` (#302) 2023-12-13 18:19:43 +09:00
index.js fix(eslint-config): update rules (#543) 2024-05-26 04:40:13 +09:00
package.json Version Packages (#366) 2024-01-29 21:47:57 +09:00

README.md

ESLint Config for Hono projects

Installation

npm install @hono/eslint-config
# or
yarn add @hono/eslint-config

Setting

.eslintrc.cjs

module.exports = {
  extends: ['@hono/eslint-config'],
}

Authors

License

MIT