eslint-plugin-no-use-extend-native
Native object checker
Prevents use of extended native objects in JavaScript code
ESLint plugin to prevent use of extended native objects
56 stars
3 watching
4 forks
Language: JavaScript
last commit: 7 months ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
| A custom ESLint rule to disallow unsafe innerHTML and similar calls in JavaScript code. | 232 |
| Detects unsupported ES6 features in IE11 | 14 |
| Detects unused Material UI styling classes in JavaScript code | 31 |
| A plugin for ESLint that checks JavaScript code for compliance with ECMAScript syntax rules. | 121 |
| Identifies potential security vulnerabilities in JavaScript code | 2,225 |
| Prevents leaving unnecessary comment blocks in JavaScript code to keep the production environment secure | 14 |
| Automatically upgrades warning messages to error messages in ESLint | 16 |
| Disallows the use of 'this' in JavaScript code. | 16 |
| Adds custom ESLint rules to enforce coding standards and best practices in JavaScript development. | 2 |
| A plugin to disable ESLint plugins using file path patterns and inline comments. | 56 |
| Prevents binding functions and initial state setup in class constructors to improve code clarity and reduce unnecessary complexity. | 12 |
| Ensures software architecture boundaries are respected by checking folders and files structure and dependencies | 583 |
| A plugin to downgrade ESLint errors to warnings | 164 |
| A plugin for ESLint to find and remove unused ES6 module imports. | 535 |
| Detects and warns about potential errors in functions that might throw exceptions. | 31 |