1.5.0 • Published 11 months ago

@carlosvillu/eslint-plugin-dmstk v1.5.0

Weekly downloads
-
License
ISC
Repository
-
Last release
11 months ago

eslint-plugin-dmstk

dmstk conventions

Installation

You'll first need to install ESLint:

npm i eslint --save-dev

Next, install eslint-plugin-dmstk:

npm install eslint-plugin-dmstk --save-dev

Usage

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

{
    "plugins": [
        "dmstk"
    ]
}

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

{
    "rules": {
        "dmstk/to-json": 2,
        "dmstk/enqueue": 2
    }
}

Supported Rules

  • to-json