eslint-plugin-no-argument-spread

Function argument spread checker

Prevents potential stack overflows by warning against using the spread operator with function arguments.

GitHub

3 stars
9 watching
0 forks
Language: JavaScript
last commit: about 4 years ago
Linked from 1 awesome list


Backlinks from these awesome lists:

Related projects:

RepositoryDescriptionStars
amilajack/eslint-plugin-domTools to help detect and prevent forced DOM layout recalculations in JavaScript9
jlengstorf/eslint-plugin-replyguyA plugin for ESLint that enforces arbitrary and contradictory coding rules inspired by Twitter discourse.420
dustinspecker/eslint-plugin-no-use-extend-nativePrevents use of extended native objects in JavaScript code56
eslint-community/eslint-plugin-es-xA plugin for ESLint that checks JavaScript code for compliance with ECMAScript syntax rules.121
eslint-functional/eslint-plugin-functionalAn ESLint plugin to enforce functional programming and prevent mutation in JavaScript and TypeScript codebases.857
buildo/eslint-plugin-no-loopsA plugin that enforces the avoidance of unnecessary loops in JavaScript code127
akronae/eslint-plugin-exception-handlingDetects and warns about potential errors in functions that might throw exceptions.31
markalfred/eslint-plugin-no-constructor-bindPrevents binding functions and initial state setup in class constructors to improve code clarity and reduce unnecessary complexity.12
eslint-community/eslint-plugin-eslint-commentsAdds additional ESLint rules for commenting out specific lines of code56
wikimedia/eslint-plugin-no-jqueryA plugin to control and enforce the use of native equivalents in JavaScript code when using jQuery.31
mozilla/eslint-plugin-no-unsanitizedA custom ESLint rule to disallow unsafe innerHTML and similar calls in JavaScript code.232
eslint-community/eslint-plugin-securityIdentifies potential security vulnerabilities in JavaScript code2,225
alexmost/eslint-plugin-deprecateProvides warnings about deprecated code usage to help refactor and maintain existing codebases.81
jamiemason/eslint-plugin-prefer-arrow-functionsAn ESLint plugin to convert plain functions into arrow functions where possible without changing behavior.55
gavinaiken/eslint-plugin-chai-expect-keywordsA tool that checks for unsupported keywords in chai.js expect() assertions during code analysis.1