⚙ vodyani eslint 通用规则,只需要简单的配置就可以很容易地集成到您的项目中。
npm install --save-dev @vodyani/eslint-config
Add the eslintConfig
configuration to package.json
, then the inheritance relationship like this:
{
"eslintConfig": {
"extends": "@vodyani"
}
}
ChoGathK |
Vodyani eslint-config is MIT licensed.