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