eslint-plugin-no-loops
Loop disabler
A plugin that enforces the avoidance of unnecessary loops in JavaScript code
It's 2024 and you still use loops?
127 stars
5 watching
5 forks
Language: JavaScript
last commit: 8 months ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
| Prevents binding functions and initial state setup in class constructors to improve code clarity and reduce unnecessary complexity. | 12 |
| A plugin to disable ESLint plugins using file path patterns and inline comments. | 56 |
| A plugin to control and enforce the use of native equivalents in JavaScript code when using jQuery. | 31 |
| Prevents leaving unnecessary comment blocks in JavaScript code to keep the production environment secure | 14 |
| Prevents use of extended native objects in JavaScript code | 56 |
| A custom ESLint rule to disallow unsafe innerHTML and similar calls in JavaScript code. | 232 |
| Enforces purely functional programming practices in JavaScript code by disallowing certain constructs and enforcing best practices. | 29 |
| A plugin that helps developers maintain older JavaScript codebase conventions by enforcing strict rules and restrictions. | 54 |
| Prevents potential stack overflows by warning against using the spread operator with function arguments. | 3 |
| Ensures software architecture boundaries are respected by checking folders and files structure and dependencies | 583 |
| Prevents side effects at module tops | 19 |
| Automatically enforces coding standards for styled components in ESLint | 65 |
| Provides warnings about deprecated code usage to help refactor and maintain existing codebases. | 81 |
| Adds custom ESLint rules to enforce coding standards and best practices in JavaScript development. | 2 |
| Tools to help detect and prevent forced DOM layout recalculations in JavaScript | 9 |