mannie-eslint-plugin

1.0.1 • Public • Published

eslint-plugin-mannie

eslint set of rules developed by mannie

Installation

You'll first need to install ESLint:

npm i eslint --save-dev

Next, install eslint-plugin-mannie:

npm install eslint-plugin-mannie --save-dev

Usage

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

{
    "plugins": [
        "mannie"
    ]
}

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

{
    "rules": {
        "mannie/rule-name": 2
    }
}

Rules

TODO: Run eslint-doc-generator to generate the rules list.

Readme

Keywords

none

Package Sidebar

Install

npm i mannie-eslint-plugin

Weekly Downloads

0

Version

1.0.1

License

ISC

Unpacked Size

20 kB

Total Files

14

Last publish

Collaborators

  • manniecobham