1.0.0 • Published 1 year ago

eslint-plugin-vue-extends v1.0.0

Weekly downloads
-
License
ISC
Repository
-
Last release
1 year ago

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

alt text

alt text

1.0.0

1 year ago