6.0.0 • Published 8 months ago

eslint-plugin-faltest v6.0.0

Weekly downloads
2
License
MIT
Repository
github
Last release
8 months ago

eslint-plugin-faltest

npm version

ESLint rules for FalTest

Installation

You'll first need to install ESLint:

$ npm i eslint --save-dev

Next, install eslint-plugin-faltest:

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

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

Usage

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

{
  "plugins": [
    "faltest"
  ]
}

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

{
  "rules": {
    "faltest/rule-name": 2
  }
}

Supported Rules

6.0.0

8 months ago

5.0.4

11 months ago

5.0.2

11 months ago

5.0.0

11 months ago

4.0.2

2 years ago

4.0.1

2 years ago

4.0.0

2 years ago

3.0.2

2 years ago

3.0.1

3 years ago

3.0.0

3 years ago

2.0.1

3 years ago

2.0.0

3 years ago

1.1.1

4 years ago

1.1.0

4 years ago

1.0.7

4 years ago

1.0.6

5 years ago

1.0.5

5 years ago

1.0.4

5 years ago

1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago