eslint-config-hyder
v1.1.0
Published
eslint config for hyder framework
Downloads
27
Readme
使用说明
yarn add --dev eslint eslint-config-hyder
在.eslintrc
中配置
{
extends: 'hyder',
rules: {
// custom rules
}
}
在package.json
中配置
{
"scripts": {
"lint": "eslint src"
}
}
然后就可以yarn lint
来检测代码了。
使用 yarn lint --fix
自动修复一些格式不规范的点。