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 |
---|---|---|
| Tools to help detect and prevent forced DOM layout recalculations in JavaScript | 9 |
| A plugin for ESLint that enforces arbitrary and contradictory coding rules inspired by Twitter discourse. | 420 |
| Prevents use of extended native objects in JavaScript code | 56 |
| A plugin for ESLint that checks JavaScript code for compliance with ECMAScript syntax rules. | 121 |
| An ESLint plugin to enforce functional programming and prevent mutation in JavaScript and TypeScript codebases. | 857 |
| A plugin that enforces the avoidance of unnecessary loops in JavaScript code | 127 |
| Detects and warns about potential errors in functions that might throw exceptions. | 31 |
| Prevents binding functions and initial state setup in class constructors to improve code clarity and reduce unnecessary complexity. | 12 |
| Adds additional ESLint rules for commenting out specific lines of code | 56 |
| A plugin to control and enforce the use of native equivalents in JavaScript code when using jQuery. | 31 |
| A custom ESLint rule to disallow unsafe innerHTML and similar calls in JavaScript code. | 232 |
| Identifies potential security vulnerabilities in JavaScript code | 2,225 |
| Provides warnings about deprecated code usage to help refactor and maintain existing codebases. | 81 |
| An ESLint plugin to convert plain functions into arrow functions where possible without changing behavior. | 55 |
| A tool that checks for unsupported keywords in chai.js expect() assertions during code analysis. | 1 |