honojs-middleware/packages/eslint-config
Antony David f7a950a649
chore(eslint-config): use modern plugins alternatives (#724)
* 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
2024-09-08 08:38:30 +09:00
..
CHANGELOG.md Version Packages (#546) 2024-05-26 04:54:13 +09:00
README.md feat: introduce `@hono/eslint-config` (#302) 2023-12-13 18:19:43 +09:00
index.js chore(eslint-config): use modern plugins alternatives (#724) 2024-09-08 08:38:30 +09:00
package.json chore(eslint-config): use modern plugins alternatives (#724) 2024-09-08 08:38:30 +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