* chore(eslint-config): use modern plugins alternatives * chore: migrate missing ones * chore: migrate eslint plugin comments * fix(eslint): update configuration * chore: bump eslint dev deps * chore: add changeset |
||
---|---|---|
.. | ||
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