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 iteration #48

Closed amannn closed 3 years ago

amannn commented 4 years ago

I think it's usually a good idea to favour iteration based on array methods (map, filter, …) but for/of can be handy if you need async/await or break.