1.0.2 • Published 2 years ago

@eightyfourjs/eslint-plugin-fast-experiences v1.0.2

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

eslint-plugin-fast-experiences

Custom rules used within People Experiences

Installation

You'll first need to install ESLint:

npm i eslint --save-dev

Next, install eslint-plugin-fast-experiences:

npm install eslint-plugin-fast-experiences --save-dev

Usage

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

{
    "plugins": [
        "fast-experiences"
    ]
}

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

{
    "rules": {
        "fast-experiences/rule-name": 2
    }
}

Supported Rules

  • Fill in provided rules here