2.0.0 • Published 3 years ago
eslint-plugin-haiku v2.0.0
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-devNext, install eslint-plugin-haiku:
$ npm install eslint-plugin-haiku --save-devNote: 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
}
}