@ms918/mrm-task-eslint
v0.5.2
Published
mrm task 配置lint-staged
Downloads
9
Readme
@ms918/mrm-task-eslint
mrm task,用来创建
package.json
的eslintConfig
字段
创建的默认eslintConfig
字段如下
{
"eslintConfig": {
"extends": "@ms918/eslint-config-react"
}
}
用法
npm install -g @ms918/mrm-task-eslint
mrm @ms918/mrm-task-eslint
当执行的时候,会走下面步骤:
- 获取
eslint-config-react-app
的相对依赖 - 获取
@ms918/eslint-config-react
的最新版本 yarn
o rinstall
安装eslint-config-react-app
的相对依赖和@ms918/eslint-config-react
- 设置
package.json
的eslintConfig.extends
为@ms918/eslint-config-react