eslint-plugin-constantin-dot-plugin

0.1.6 • Public • Published

eslint-plugin-constantin-dot-plugin

plugin for spa production project with totally custom settings

Installation

You'll first need to install ESLint:

npm i eslint --save-dev

Next, install eslint-plugin-constantin-dot-plugin:

npm install eslint-plugin-constantin-dot-plugin --save-dev

Usage

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

{
    "plugins": [
        "constantin-dot-plugin"
    ]
}

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

{
    "rules": {
        "constantin-dot-plugin/rule-name": 2
    }
}

Rules

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

/eslint-plugin-constantin-dot-plugin/

    Package Sidebar

    Install

    npm i eslint-plugin-constantin-dot-plugin

    Weekly Downloads

    1

    Version

    0.1.6

    License

    ISC

    Unpacked Size

    21.3 kB

    Total Files

    14

    Last publish

    Collaborators

    • constantin-dot