0.7.2 • Published 7 years ago

@flourish/eslint-plugin-flourish v0.7.2

Weekly downloads
60
License
UNLICENSED
Repository
github
Last release
7 years ago

eslint-plugin-flourish

ESLint rules for Flourish style

Installation

You'll first need to install ESLint:

$ npm i eslint --save-dev

Next, install @flourish/eslint-plugin-flourish:

$ npm install @flourish/eslint-plugin-flourish --save-dev

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

Usage

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

{
    "plugins": [
        "@flourish/flourish"
    ]
}

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

{
    "rules": {
        "@flourish/flourish/no-mixed-spaces-and-tabs": "error"
    }
}

or use the "flourish" config:

{
    "extends": "plugin:@flourish/flourish/flourish"
}


## Supported Rules

* no-mixed-spaces-and-tabs
* brace-style
* no-redeclare
0.7.2

7 years ago

0.7.1

7 years ago

0.7.0

7 years ago

0.6.0

7 years ago

0.5.0

7 years ago

0.4.0

7 years ago

0.3.0

7 years ago

0.2.0

7 years ago

0.1.0

7 years ago

0.0.0

7 years ago