eslint-plugin-no-for-loop

0.2.0 • Public • Published

eslint-plugin-no-for-loop

npm version minified size minzipped size

An eslint plugin that does not allow for statements.

Installation

npm install --save-dev eslint-plugin-no-for-loop

Usage

.eslintrc

{
  "plugins": ["no-for-loop"],
  "rules": {
    "no-for-loop/noForLoop": "error"
  }
}

Readme

Keywords

Package Sidebar

Install

npm i eslint-plugin-no-for-loop

Weekly Downloads

7

Version

0.2.0

License

MIT

Unpacked Size

6.59 kB

Total Files

15

Last publish

Collaborators

  • akfm