eslint-plugin-vue-extends
v1.0.0
Published
This plugin is an extension of eslint-plugin-vue
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-devNext, install eslint-plugin-vue-extends:
npm install eslint-plugin-vue-extends --save-devUsage
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


