0.0.4 • Published 3 months ago

@hono/eslint-config v0.0.4

Weekly downloads
-
License
MIT
Repository
github
Last release
3 months ago

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