eslint-config-hyoban
![License](https://img.shields.io/github/license/hyoban/eslint-config-hyoban.svg?style=flat&colorA=080f12&colorB=1fa669)
Hyoban's ESLint Config, enable most of the recommended rules from the following plugins:
To view what rules are enabled:
npx eslint-flat-config-viewer
npx efcv
Usage
ni -D eslint eslint-config-hyoban
eslint.config.js
or eslint.config.mjs
for cjs
import hyoban from "eslint-config-hyoban";
export default hyoban();
[!Note]
If your ESLint version is less than 8.57.0, you have to use eslint.config.js.
module.exports = (async () => (await import("./eslint.config.mjs")).default)();
Initialize setup
npx eslint-config-hyoban