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

13 stars
1 watching
2 forks
Language: JavaScript
last commit: over 1 year ago
Linked from 1 awesome list

eslinteslint-pluginjavascript

Backlinks from these awesome lists:

Related projects:

Repository Description Stars
eslint-community/eslint-plugin-eslint-comments Adds additional ESLint rules for commenting out specific lines of code 53
mysticatea/eslint-plugin-eslint-comments Adds additional ESLint rules to handle directive comments used by the ESLint tool itself. 360
mradionov/eslint-plugin-disable A plugin to disable ESLint plugins using file path patterns and inline comments. 56
kantord/eslint-plugin-write-good-comments An ESLint rule that enforces good writing style in comments to improve code readability and conciseness. 36
dustinspecker/eslint-plugin-no-use-extend-native Prevents use of extended native objects in JavaScript code 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
mozilla/eslint-plugin-no-unsanitized A custom ESLint rule to disallow unsafe innerHTML and similar calls in JavaScript code. 231
buildo/eslint-plugin-no-loops A plugin that enforces the avoidance of unnecessary loops in JavaScript code 126
eslint-community/eslint-plugin-es-x A plugin for ESLint that checks JavaScript code for compliance with ECMAScript syntax rules. 118
javierbrea/eslint-plugin-boundaries Ensures software architecture boundaries are respected by checking folders and files structure and dependencies 554
jlengstorf/eslint-plugin-replyguy A plugin for ESLint that enforces arbitrary and contradictory coding rules inspired by Twitter discourse. 420
amilajack/eslint-plugin-dom Tools to help detect and prevent forced DOM layout recalculations in JavaScript 9
hkalbasi/eslint-plugin-toplevel Prevents side effects at module tops 19
matijs/eslint-plugin-this Disallows the use of 'this' in JavaScript code. 16
eslint-community/eslint-plugin-security Identifies potential security vulnerabilities in JavaScript code 2,220