2.0.0 • Published 2 years ago

eslint-plugin-haiku v2.0.0

Weekly downloads
-
License
ISC
Repository
-
Last release
2 years ago

eslint-plugin-haiku

if you like haiku
and want your comments to be
install this plugin

Installation

You'll first need to install ESLint:

$ npm i eslint --save-dev

Next, install eslint-plugin-haiku:

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

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

Usage

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

{
  "plugins": ["haiku"]
}

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

{
  "rules": {
    "haiku/haiku-comments": 2
  }
}

Supported Rules