@mario34/eslint-config-vue
v1.0.0
Published
适用于vue2.x项目的eslint配置
Downloads
1
Maintainers
Readme
@mario34/eslint-config-vue
适用于ts项目的eslint配置
Usage
yarn add @mario34/eslint-config-vue// .eslintrc.js 不建议使用简称
module.exports = {
extends: ['@mario34/eslint-config-vue'],
}
