1.0.3 • Published 3 years ago

@zainli/eslint-config-vue v1.0.3

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

安装

yarn add -D @zainli/eslint-config-vue

需要npm 3+

使用

Add to your eslint config (.eslintrc.js)

module.exports = {
  root: true,
  extends: ["@zain/vue", "plugin:prettier/recommended", "prettier/vue"],
};