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