eslint-plugin-pirosikick

0.0.1 • Public • Published

eslint-plugin-pirosikick

The custom rules created by pirosikick

Installation

You'll first need to install ESLint:

$ npm i eslint --save-dev

Next, install eslint-plugin-pirosikick:

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

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

Usage

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

{
    "plugins": [
        "pirosikick"
    ]
}

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

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

Supported Rules

  • Fill in provided rules here

/eslint-plugin-pirosikick/

    Package Sidebar

    Install

    npm i eslint-plugin-pirosikick

    Weekly Downloads

    1

    Version

    0.0.1

    License

    MIT

    Last publish

    Collaborators

    • pirosikick