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