eslint-plugin-disable
ESLint Plugin Disabler
A plugin to disable ESLint plugins using file path patterns and inline comments.
Disable ESLint plugins using file path patterns and inline comments
56 stars
4 watching
3 forks
Language: JavaScript
last commit: over 1 year ago
Linked from 1 awesome list
eslinteslint-plugin
Related projects:
Repository | Description | Stars |
---|---|---|
amilajack/eslint-plugin-dom | Tools to help detect and prevent forced DOM layout recalculations in JavaScript | 9 |
eslint-community/eslint-plugin-eslint-comments | Adds additional ESLint rules for commenting out specific lines of code | 53 |
mozilla/eslint-plugin-no-unsanitized | A custom ESLint rule to disallow unsafe innerHTML and similar calls in JavaScript code. | 231 |
iliubinskii/eslint-plugin-misc | A collection of ESLint rules for JavaScript and TypeScript files. | 10 |
wisniewski94/eslint-plugin-no-comments | Prevents leaving unnecessary comment blocks in JavaScript code to keep the production environment secure | 13 |
matijs/eslint-plugin-this | Disallows the use of 'this' in JavaScript code. | 16 |
buildo/eslint-plugin-no-loops | A plugin that enforces the avoidance of unnecessary loops in JavaScript code | 126 |
eslint-community/eslint-plugin-eslint-plugin | A plugin for linting ESLint plugins written in JavaScript. | 196 |
mysticatea/eslint-plugin-eslint-comments | Adds additional ESLint rules to handle directive comments used by the ESLint tool itself. | 360 |
eslint-community/eslint-plugin-security | Identifies potential security vulnerabilities in JavaScript code | 2,220 |
hkalbasi/eslint-plugin-toplevel | Prevents side effects at module tops | 19 |
dustinspecker/eslint-plugin-no-use-extend-native | Prevents use of extended native objects in JavaScript code | 56 |
brettz9/eslint-plugin | Adds custom ESLint rules to enforce coding standards and best practices in JavaScript development. | 2 |
github/eslint-plugin-github | An opinionated ESLint configuration providing useful rules for JavaScript applications. | 299 |
bfanger/eslint-plugin-only-warn | A plugin to downgrade ESLint errors to warnings | 164 |