eslint-plugin-vue-extends
v1.0.0
Published
This plugin is an extension of eslint-plugin-vue
Downloads
3
Maintainers
Readme
eslint-plugin-vue-extends
This plugin is an extension of eslint-plugin-vue
Installation
You'll first need to install ESLint:
npm i eslint --save-dev
Next, install eslint-plugin-vue-extends
:
npm install eslint-plugin-vue-extends --save-dev
Usage
Add vue-extends
to the plugins section of your .eslintrc
configuration file. You can omit the eslint-plugin-
prefix:
{
"extends": [
"plugin:vue-extends/recommended"
]
}
Rules
no-unused-data
: This rule reports data that haven't been used in the template