$ cnpm install eslint-plugin-vue-libs
ESLint plugin for libs in the vuejs organization.
:exclamation: Note this is an internal plugin/config for the development of Vue itself, not intended for Vue app development.
npm install eslint-plugin-vue-libs --save-dev
.eslintrc
in your project:{
extends: ["plugin:vue-libs/recommended"],
rules: {
// override if necessary
}
}
Copyright © npmmirror.com | 浙ICP备15033595号-63 |