1.0.0 • Published 5 months ago

eslint-plugin-morkato v1.0.0

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

eslint-plugin-morkato

The simple plugin

Installation

You'll first need to install ESLint:

npm i eslint --save-dev

Next, install eslint-plugin-morkato:

npm install eslint-plugin-morkato --save-dev

Usage

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

{
    "plugins": [
        "morkato"
    ]
}