@eightyfourjs/eslint-plugin-fast-experiences

1.0.2 • Public • Published

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

Package Sidebar

Install

npm i @eightyfourjs/eslint-plugin-fast-experiences

Weekly Downloads

0

Version

1.0.2

License

MIT

Unpacked Size

81.2 kB

Total Files

52

Last publish

Collaborators

  • mpolak