@xyfebaby/eslint-config-vue
v0.1.5
Published
适用于vue2.x项目的eslint配置
Downloads
3
Readme
@xyfebaby/eslint-config-vue
适用于 vue2.x 项目的 eslint 配置
Usage
yarn add @xyfebaby/eslint-config-vue// .eslintrc.js 不建议使用简称
module.exports = {
extends: ["@xyfebaby/eslint-config-vue"],
};