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: 3 months ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
mozilla/eslint-plugin-no-unsanitized | A custom ESLint rule to disallow unsafe innerHTML and similar calls in JavaScript code. | 231 |
volox/eslint-plugin-ie11 | Detects unsupported ES6 features in IE11 | 14 |
jens-ox/eslint-plugin-material-ui-unused-classes | Detects unused Material UI styling classes in JavaScript code | 31 |
eslint-community/eslint-plugin-es-x | A plugin for ESLint that checks JavaScript code for compliance with ECMAScript syntax rules. | 118 |
eslint-community/eslint-plugin-security | Identifies potential security vulnerabilities in JavaScript code | 2,220 |
wisniewski94/eslint-plugin-no-comments | Prevents leaving unnecessary comment blocks in JavaScript code to keep the production environment secure | 13 |
davidjbradshaw/eslint-plugin-only-error | Automatically upgrades warning messages to error messages in ESLint | 16 |
matijs/eslint-plugin-this | Disallows the use of 'this' in JavaScript code. | 16 |
brettz9/eslint-plugin | Adds custom ESLint rules to enforce coding standards and best practices in JavaScript development. | 2 |
mradionov/eslint-plugin-disable | A plugin to disable ESLint plugins using file path patterns and inline comments. | 56 |
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 |
javierbrea/eslint-plugin-boundaries | Ensures software architecture boundaries are respected by checking folders and files structure and dependencies | 554 |
bfanger/eslint-plugin-only-warn | A plugin to downgrade ESLint errors to warnings | 164 |
sweepline/eslint-plugin-unused-imports | A plugin for ESLint to find and remove unused ES6 module imports. | 523 |
akronae/eslint-plugin-exception-handling | Detects and warns about potential errors in functions that might throw exceptions. | 26 |