0.1.6 • Published 4 years ago

eslint-plugin-vueformulate v0.1.6

Weekly downloads
-
License
MIT
Repository
-
Last release
4 years ago

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
0.1.6

4 years ago

0.1.5

4 years ago

0.1.4

4 years ago

0.1.3

4 years ago

0.1.2

4 years ago

0.1.1

4 years ago

0.1.0

4 years ago