eslint-plugin-no-loops
eslint-plugin-no-loops copied to clipboard
It's 2024 and you still use loops?
Results
1
eslint-plugin-no-loops issues
Sort by
recently updated
recently updated
newest added
Hi! I found this plugin handy... but I don't mind loops with awaits in them, e.g. ```js for (const foo of foos) { await foo() } ``` ...because this is...
WIP