0.0.2-next-345345 • Published 6 years ago

eslint-plugin-vest v0.0.2-next-345345

Weekly downloads
1
License
MIT
Repository
-
Last release
6 years ago

eslint-plugin-vest

Eslint plugin for vest validations.

Installation

You'll first need to install ESLint:

$ npm i eslint --save-dev

Next, install eslint-plugin-vest:

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

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

Usage

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

{
  "plugins": ["vest"]
}

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

{
  "rules": {
    "exclude-before-test": 2,
    "hook-scope": 2
  }
}
0.1.4-dev-1aaf06

6 years ago

0.1.4-dev-c4124c

6 years ago

0.1.4-dev-3e4fa1

6 years ago

0.1.4-dev-8e6e76

6 years ago

0.1.3

6 years ago

0.1.2

6 years ago

0.1.2-dev-ab55f4

6 years ago

0.1.2-dev-103d63

6 years ago

0.1.17-dev

6 years ago

0.1.16

6 years ago

0.1.14

6 years ago

0.1.15

6 years ago

0.1.1

6 years ago

0.0.5

6 years ago

0.0.3

6 years ago

0.0.4

6 years ago