1.1.0 • Published 1 year ago

eslint-plugin-payfit v1.1.0

Weekly downloads
-
License
ISC
Repository
-
Last release
1 year ago

eslint-payfit-plugin

eslint-payfit-plugin

Installation

You'll first need to install ESLint:

$ npm i eslint --save-dev

Next, install eslint-plugin-eslint-payfit-plugin:

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

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

Usage

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

{
    "plugins": [
        "eslint-payfit-plugin"
    ]
}

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

{
    "rules": {
        "eslint-payfit-plugin/rule-name": 2
    }
}

Supported Rules

  • no-mongo-objectid
1.1.0

1 year ago

1.0.5

2 years ago

1.0.4

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago