@changanauto/eslint-config-vue2
v0.0.21
Published
vue2 eslint config
Downloads
2
Readme
使用方式
yarn add @changanauto/eslint-config-vue2 --dev
// .eslintrc.js
module.exports = {
extends: ['@changanauto/eslint-config-vue2'],
rules: {
// 自定义你的规则
}
}