honojs-middleware/packages/eslint-config
github-actions[bot] fce4d55b9a
Version Packages (#366)
2024-01-29 21:47:57 +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): set `curly` rule as `all` (#365) 2024-01-29 21:44:33 +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