Skip to content

tu6ge/eslint-plugin-vueformulate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

eslint-plugin-vueformulate

vueformulate

Installation

You'll first need to install ESLint:

$ npm i eslint --save-dev

Next, install eslint-plugin-vueformulate:

$ npm install eslint-plugin-vueformulate --save-dev

Usage

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

{
    "plugins": [
        "vueformulate"
    ]
}

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

{
    "rules": {
        "vueformulate/required-type": 2
    }
}

Supported Rules

  • Fill in provided rules here

About

No description or website provided.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published