eslint-plugin-avoid-comments
Version:
ESLint customized rule to prevent comments
20 lines (10 loc) • 496 B
Markdown
Change Log
All notable changes to the "eslint-plugin-avoid-comments" extension will be documented in this file.
# [0.0.2] - 2024-04-02
## Changed
- Fix bug that made the rule doesn't identify consecutive comments (it shouldn't report consecutive comments if the first one is allowed). The rule won't consider blank lines between consecutive comments.
# [0.0.1] - 2024-04-02
## Changed
- README description added
# [0.0.1-alpha.0] - 2024-04-02
- Initial version