@hideoo/eslint-config 🚨
HiDeoo's Eslint configuration
Usage
Install
$ pnpm add -D eslint @hideoo/eslint-config
Configure
Reference the configuration in your .eslintrc.json
file:
{
"extends": "@hideoo"
}
Run
Add a script in your package.json
file to run ESLint:
{
"scripts": {
"lint": "eslint . --cache --max-warnings=0"
}
}
License
Licensed under the MIT License, Copyright © HiDeoo.
See LICENSE for more information.