* chore(eslint-config): update dependencies and improve configuration * chore(eslint-config): replace @typescript-eslint packages with typescript-eslint * chore: completed changes suggested by @BarryThePenguin * chore: updated the repo eslint config * chore: updated the lockfile * feat: added ci and minor changes * chore: updated the eslint version in package.json * chore: updated the lockfile * add changeset * `@ryoppippi/unplugin-typia` as devDependencies --------- Co-authored-by: Yusuke Wada <yusuke@kamawada.com> |
||
---|---|---|
.. | ||
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
eslint.config.mjs
import baseConfig from '@hono/eslint-config'
export default [...baseConfig]
Authors
- Yusuke Wada https://github.com/yusukebe
License
MIT