eslint-plugin-write-good-comments
Comment checker
An ESLint rule that enforces good writing style in comments to improve code readability and conciseness.
ESLint rule that forces you to write good comments
36 stars
2 watching
3 forks
Language: JavaScript
last commit: 11 months ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
eslint-community/eslint-plugin-eslint-comments | Adds additional ESLint rules for commenting out specific lines of code | 53 |
wisniewski94/eslint-plugin-no-comments | Prevents leaving unnecessary comment blocks in JavaScript code to keep the production environment secure | 13 |
mysticatea/eslint-plugin-eslint-comments | Adds additional ESLint rules to handle directive comments used by the ESLint tool itself. | 360 |
jlengstorf/eslint-plugin-replyguy | A plugin for ESLint that enforces arbitrary and contradictory coding rules inspired by Twitter discourse. | 420 |
eslint-community/eslint-plugin-es-x | A plugin for ESLint that checks JavaScript code for compliance with ECMAScript syntax rules. | 118 |
yarax/eslint-plugin-typelint | An ESLint plugin for static type checking in JavaScript based on JSDoc and data structures common in software development. | 175 |
dangreenisrael/eslint-plugin-jest-formatting | A plugin for ESLint that provides formatting rules to ensure consistency and readability in Jest test suites. | 156 |
ihordiachenko/eslint-plugin-chai-friendly | A plugin to make ESLint friendly with Chai's 'expect' and 'should' statements | 53 |
tinloof/eslint-plugin-better-styled-components | Automatically enforces coding standards for styled components in ESLint | 65 |
mysticatea/eslint-plugin | Provides a set of ESLint configurations and additional rules to enforce coding standards and detect bugs in JavaScript projects. | 26 |
mathematic-inc/eslint-plugin-padding | A plugin that configures spacing between statements in code to improve readability. | 5 |
gajus/eslint-plugin-jsdoc | A plugin for ESLint to enforce consistency and quality in JSDoc comments | 1,100 |
brettz9/eslint-plugin | Adds custom ESLint rules to enforce coding standards and best practices in JavaScript development. | 2 |
darraghoriordan/eslint-plugin-nestjs-typed | A set of ESLint rules to help detect and prevent common issues in NestJS applications written in TypeScript. | 174 |
playwright-community/eslint-plugin-playwright | An ESLint plugin that provides rules and configurations specifically designed for Playwright testing in TypeScript projects. | 281 |