eslint-plugin-kiddomstyle

1.1.1 • Public • Published

Build Status

eslint-plugin-kiddomstyle

This plugin enforces architectural choices within Kiddom's React-Redux code.

Installation

You'll first need to install ESLint:

$ npm i eslint --save-dev

Next, install eslint-plugin-kiddomstyle:

$ npm install eslint-plugin-kiddomstyle --save-dev

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

Usage

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

{
    "plugins": [
        "kiddomstyle"
    ]
}

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

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

Supported Rules

  • Fill in provided rules here

Package Sidebar

Install

npm i eslint-plugin-kiddomstyle

Weekly Downloads

0

Version

1.1.1

License

ISC

Last publish

Collaborators

  • jfeldstein