eslint-plugin-vue-libs
v4.0.0
Published
eslint plugin for vue.js projects
Downloads
24,735
Readme
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.
Usage
npm install eslint-plugin-vue-libs --save-dev
- create a file named
.eslintrc
in your project:
{
extends: ["plugin:vue-libs/recommended"],
rules: {
// override if necessary
}
}