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