|
|
||
|---|---|---|
| .. | ||
| 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