eslint-plugin-haiku

2.0.0 • Public • Published

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

Package Sidebar

Install

npm i eslint-plugin-haiku

Weekly Downloads

1

Version

2.0.0

License

ISC

Unpacked Size

11.3 kB

Total Files

9

Last publish

Collaborators

  • skeate