Skip to content

sleede/fabmanager-rules

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

53 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Eslint coding rules for fab-manager

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published