eslint-plugin-fabmanager

0.5.6 • Public • Published

eslint-plugin-fabmanager

ESLint rules for Fab-manager

Installation

You'll first need to install ESLint:

npm i eslint --save-dev

Next, install eslint-plugin-fabmanager:

npm install eslint-plugin-fabmanager --save-dev

Usage

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

{
    "plugins": [
        "fabmanager"
    ]
}

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

{
    "rules": {
        "fabmanager/no-bootstrap": "error"
    }
}

Development

Use Yeoman to generate a new rule.

Code with test-driven development.

Package Sidebar

Install

npm i eslint-plugin-fabmanager

Weekly Downloads

101

Version

0.5.6

License

ISC

Unpacked Size

99.7 kB

Total Files

27

Last publish

Collaborators

  • jarod022
  • sylvainbx