eslint-plugin-no-argument-spread
Function argument spread checker
Prevents potential stack overflows by warning against using the spread operator with function arguments.
3 stars
9 watching
0 forks
Language: JavaScript
last commit: over 2 years ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
amilajack/eslint-plugin-dom | Tools to help detect and prevent forced DOM layout recalculations in JavaScript | 9 |
jlengstorf/eslint-plugin-replyguy | A plugin for ESLint that enforces arbitrary and contradictory coding rules inspired by Twitter discourse. | 420 |
dustinspecker/eslint-plugin-no-use-extend-native | Prevents use of extended native objects in JavaScript code | 56 |
eslint-community/eslint-plugin-es-x | A plugin for ESLint that checks JavaScript code for compliance with ECMAScript syntax rules. | 121 |
eslint-functional/eslint-plugin-functional | An ESLint plugin to enforce functional programming and prevent mutation in JavaScript and TypeScript codebases. | 857 |
buildo/eslint-plugin-no-loops | A plugin that enforces the avoidance of unnecessary loops in JavaScript code | 127 |
akronae/eslint-plugin-exception-handling | Detects and warns about potential errors in functions that might throw exceptions. | 31 |
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 |
eslint-community/eslint-plugin-eslint-comments | Adds additional ESLint rules for commenting out specific lines of code | 56 |
wikimedia/eslint-plugin-no-jquery | A plugin to control and enforce the use of native equivalents in JavaScript code when using jQuery. | 31 |
mozilla/eslint-plugin-no-unsanitized | A custom ESLint rule to disallow unsafe innerHTML and similar calls in JavaScript code. | 232 |
eslint-community/eslint-plugin-security | Identifies potential security vulnerabilities in JavaScript code | 2,225 |
alexmost/eslint-plugin-deprecate | Provides warnings about deprecated code usage to help refactor and maintain existing codebases. | 81 |
jamiemason/eslint-plugin-prefer-arrow-functions | An ESLint plugin to convert plain functions into arrow functions where possible without changing behavior. | 55 |
gavinaiken/eslint-plugin-chai-expect-keywords | A tool that checks for unsupported keywords in chai.js expect() assertions during code analysis. | 1 |