0.0.7 • Published 7 years ago

eslint-plugin-vue-guide v0.0.7

Weekly downloads
-
License
ISC
Repository
-
Last release
7 years ago

eslint-plugin-vue-guide

Installation

You'll first need to install ESLint:

$ npm i eslint --save-dev

Next, install eslint-plugin-vue-guide:

$ npm install eslint-plugin-vue-guide --save-dev

Note: If you installed ESLint globally (using the -g flag) then you must also install eslint-plugin-vue-guide globally.

Usage

Add vue-guide to the plugins section of your .eslintrc configuration file. You can omit the eslint-plugin- prefix:

{
    "plugins": [
        "vue-guide"
    ]
}

Then configure the rules you want to use under the rules section.

{
    "rules": {
        "vue-guide/rule-name": 2
    }
}

Supported Rules

0.0.7

7 years ago

0.0.6

7 years ago

0.0.5

7 years ago

0.0.4

7 years ago

0.0.3

7 years ago

0.0.2

7 years ago

0.0.1

7 years ago