0.0.3 • Published 6 years ago
@samhanx/eslint-config v0.0.3
eslint-config
Personal eslint rules config
Usage
Install first. Also make sure eslint installed.
npm i @samhanx/eslint-config -D
Then write the runtime config, no need to add other things.
{
"extends": "@samhanx/eslint-config"
}