eslint-plugin-no-comments

Comment block blocker

Prevents leaving unnecessary comment blocks in JavaScript code to keep the production environment secure

Prevents leaving comment blocks in the file. This plugin will ignore all comments starting from string global or eslint in order to keep eslint local settings safe.

GitHub

14 stars
1 watching
2 forks
Language: JavaScript
last commit: over 3 years ago
Linked from 1 awesome list

eslinteslint-pluginjavascript

Backlinks from these awesome lists:

Related projects:

RepositoryDescriptionStars
eslint-community/eslint-plugin-eslint-commentsAdds additional ESLint rules for commenting out specific lines of code56
mysticatea/eslint-plugin-eslint-commentsAdds additional ESLint rules to handle directive comments used by the ESLint tool itself.363
mradionov/eslint-plugin-disableA plugin to disable ESLint plugins using file path patterns and inline comments.56
kantord/eslint-plugin-write-good-commentsAn ESLint rule that enforces good writing style in comments to improve code readability and conciseness.37
dustinspecker/eslint-plugin-no-use-extend-nativePrevents use of extended native objects in JavaScript code56
markalfred/eslint-plugin-no-constructor-bindPrevents binding functions and initial state setup in class constructors to improve code clarity and reduce unnecessary complexity.12
mozilla/eslint-plugin-no-unsanitizedA custom ESLint rule to disallow unsafe innerHTML and similar calls in JavaScript code.232
buildo/eslint-plugin-no-loopsA plugin that enforces the avoidance of unnecessary loops in JavaScript code127
eslint-community/eslint-plugin-es-xA plugin for ESLint that checks JavaScript code for compliance with ECMAScript syntax rules.121
javierbrea/eslint-plugin-boundariesEnsures software architecture boundaries are respected by checking folders and files structure and dependencies583
jlengstorf/eslint-plugin-replyguyA plugin for ESLint that enforces arbitrary and contradictory coding rules inspired by Twitter discourse.420
amilajack/eslint-plugin-domTools to help detect and prevent forced DOM layout recalculations in JavaScript9
hkalbasi/eslint-plugin-toplevelPrevents side effects at module tops19
matijs/eslint-plugin-thisDisallows the use of 'this' in JavaScript code.16
eslint-community/eslint-plugin-securityIdentifies potential security vulnerabilities in JavaScript code2,225