|
||
---|---|---|
.. | ||
CHANGELOG.md | ||
README.md | ||
index.js | ||
package.json |
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
- Yusuke Wada https://github.com/yusukebe
License
MIT