honojs-middleware/packages/eslint-config
Yusuke Wada 40aeab8e3e
feat: introduce `@hono/eslint-config` (#302)
* changeset

* chore: setup prettier

* feat: introduce `@hono/eslint-config`

* changeset
2023-12-13 18:19:43 +09:00
..
README.md feat: introduce `@hono/eslint-config` (#302) 2023-12-13 18:19:43 +09:00
index.js feat: introduce `@hono/eslint-config` (#302) 2023-12-13 18:19:43 +09:00
package.json feat: introduce `@hono/eslint-config` (#302) 2023-12-13 18:19:43 +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