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: over 2 years ago
Linked from 1 awesome list


Backlinks from these awesome lists:

Related projects:

RepositoryDescriptionStars
markalfred/eslint-plugin-no-constructor-bindPrevents binding functions and initial state setup in class constructors to improve code clarity and reduce unnecessary complexity.12
mradionov/eslint-plugin-disableA plugin to disable ESLint plugins using file path patterns and inline comments.56
wikimedia/eslint-plugin-no-jqueryA plugin to control and enforce the use of native equivalents in JavaScript code when using jQuery.31
wisniewski94/eslint-plugin-no-commentsPrevents leaving unnecessary comment blocks in JavaScript code to keep the production environment secure14
dustinspecker/eslint-plugin-no-use-extend-nativePrevents use of extended native objects in JavaScript code56
mozilla/eslint-plugin-no-unsanitizedA custom ESLint rule to disallow unsafe innerHTML and similar calls in JavaScript code.232
purely-functional/eslint-plugin-pureEnforces purely functional programming practices in JavaScript code by disallowing certain constructs and enforcing best practices.29
nkt/eslint-plugin-es5A plugin that helps developers maintain older JavaScript codebase conventions by enforcing strict rules and restrictions.54
causalhq/eslint-plugin-no-argument-spreadPrevents potential stack overflows by warning against using the spread operator with function arguments.3
javierbrea/eslint-plugin-boundariesEnsures software architecture boundaries are respected by checking folders and files structure and dependencies583
hkalbasi/eslint-plugin-toplevelPrevents side effects at module tops19
tinloof/eslint-plugin-better-styled-componentsAutomatically enforces coding standards for styled components in ESLint65
alexmost/eslint-plugin-deprecateProvides warnings about deprecated code usage to help refactor and maintain existing codebases.81
brettz9/eslint-pluginAdds custom ESLint rules to enforce coding standards and best practices in JavaScript development.2
amilajack/eslint-plugin-domTools to help detect and prevent forced DOM layout recalculations in JavaScript9