0.1.1 • Published 6 years ago

eslint-plugin-xendit v0.1.1

Weekly downloads
-
License
ISC
Repository
-
Last release
6 years ago

eslint-plugin-xendit

xendit specific eslint rules

Installation

You'll first need to install ESLint:

$ npm i eslint --save-dev

Next, install eslint-plugin-xendit:

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

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

Usage

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

{
    "plugins": [
        "xendit"
    ]
}

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

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

Supported Rules

  • Fill in provided rules here

Reporting Bugs

  1. Create a pull request with a passing and failing example
  2. Optionally submit implementation
0.1.1

6 years ago

0.2.0

7 years ago

0.1.0

7 years ago

0.0.0

7 years ago

0.0.3

8 years ago

0.0.2

8 years ago

0.0.1

8 years ago