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?

GitHub

127 stars
5 watching
5 forks
Language: JavaScript
last commit: 8 months ago
Linked from 1 awesome list


Backlinks from these awesome lists:

Related projects:

Repository Description Stars
markalfred/eslint-plugin-no-constructor-bind Prevents binding functions and initial state setup in class constructors to improve code clarity and reduce unnecessary complexity. 12
mradionov/eslint-plugin-disable A plugin to disable ESLint plugins using file path patterns and inline comments. 56
wikimedia/eslint-plugin-no-jquery A plugin to control and enforce the use of native equivalents in JavaScript code when using jQuery. 31
wisniewski94/eslint-plugin-no-comments Prevents leaving unnecessary comment blocks in JavaScript code to keep the production environment secure 14
dustinspecker/eslint-plugin-no-use-extend-native Prevents use of extended native objects in JavaScript code 56
mozilla/eslint-plugin-no-unsanitized A custom ESLint rule to disallow unsafe innerHTML and similar calls in JavaScript code. 232
purely-functional/eslint-plugin-pure Enforces purely functional programming practices in JavaScript code by disallowing certain constructs and enforcing best practices. 29
nkt/eslint-plugin-es5 A plugin that helps developers maintain older JavaScript codebase conventions by enforcing strict rules and restrictions. 54
causalhq/eslint-plugin-no-argument-spread Prevents potential stack overflows by warning against using the spread operator with function arguments. 3
javierbrea/eslint-plugin-boundaries Ensures software architecture boundaries are respected by checking folders and files structure and dependencies 583
hkalbasi/eslint-plugin-toplevel Prevents side effects at module tops 19
tinloof/eslint-plugin-better-styled-components Automatically enforces coding standards for styled components in ESLint 65
alexmost/eslint-plugin-deprecate Provides warnings about deprecated code usage to help refactor and maintain existing codebases. 81
brettz9/eslint-plugin Adds custom ESLint rules to enforce coding standards and best practices in JavaScript development. 2
amilajack/eslint-plugin-dom Tools to help detect and prevent forced DOM layout recalculations in JavaScript 9