0.1.5 • Published 3 years ago

@xyfebaby/eslint-config-vue v0.1.5

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

@xyfebaby/eslint-config-vue

适用于 vue2.x 项目的 eslint 配置

Usage

yarn add @xyfebaby/eslint-config-vue
// .eslintrc.js 不建议使用简称
module.exports = {
  extends: ["@xyfebaby/eslint-config-vue"],
};