molindo / eslint-config-molindo

ESLint config that implements the Molindo styleguide and helps to catch errors.
MIT License
1 stars 2 forks source link

Allow for/of loops #54

Closed amannn closed 2 years ago

amannn commented 3 years ago

There are valid cases for this, especially with async/await. I think the lint rule doesn't help here anymore, as we're quite familiar with different iteration methods and this only creates noise.

amannn commented 2 years ago

Duplicate of https://github.com/molindo/eslint-config-molindo/issues/48