Skip to content

Peter-WF/eslint-plugin-vue-guide

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

This is an eslint plugin with vue-guide

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published