eslint-plugin-no-hyogo-police

1.0.0 • Public • Published

eslint-plugin-no-hyogo-police

ESLint rule for check easy infinite loop.

Installation

npm install --save-dev eslint eslint-plugin-no-hyogo-police

Usage

Add no-hyogo-police to the plugins section of your .eslintrc.js configuration file.

{
  "plugins": [
    "no-hyogo-police"
  ]
}

Then configure the rules

{
  "rules": {
    "no-hyogo-police/infinite-loop": "error"
  }
}

or use recommended rule set

{
  "extends": ["plugin:no-hyogo-police/recommended]
}

Why Hyogo Police

https://www.itmedia.co.jp/news/articles/1903/05/news080.html (Google Translate)

Package Sidebar

Install

npm i eslint-plugin-no-hyogo-police

Weekly Downloads

0

Version

1.0.0

License

MIT

Unpacked Size

5.4 kB

Total Files

7

Last publish

Collaborators

  • count0