kellyselden / eslint-plugin-no-async-in-foreach

Prevent .forEach(async code

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

eslint-plugin-no-async-in-foreach

npm version

Prevent .forEach(async code. Inspired by eslint/eslint#16330.

Usage

{
  plugins: ['no-async-in-foreach'],
  rules: {
    'no-async-in-foreach/no-async-in-foreach': 'error'
  }
}

About

Prevent .forEach(async code

License:MIT License


Languages

Language:JavaScript 100.0%