🟣 All
Use this when you want the full plugin surface, including spellcheck, readability, and profanity checks.
Config key
writeGoodComments.configs.all
Flat Config example
import writeGoodComments from "eslint-plugin-write-good-comments-2";
export default [writeGoodComments.configs.all];
This preset includes every rule the plugin currently ships, including the
stricter opt-in rules that stay out of recommended to keep the default rollout
lower-noise.
Rules in this preset
Fixlegend:🔧= autofixable💡= suggestions available—= report only
| Rule | Fix |
|---|---|
inclusive-language-comments | — |
no-profane-comments | — |
readability-comments | — |
spellcheck-comments | — |
task-comment-format | — |
write-good-comments | — |