@samhanx/eslint-config
v0.0.3
Published
Personal eslint rules config
Maintainers
Readme
eslint-config
Personal eslint rules config
Usage
Install first. Also make sure eslint installed.
npm i @samhanx/eslint-config -DThen write the runtime config, no need to add other things.
{
"extends": "@samhanx/eslint-config"
}