Skip to main content

🟣 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

  • Fix legend:
    • 🔧 = autofixable
    • 💡 = suggestions available
    • = report only
RuleFix
inclusive-language-comments
no-profane-comments
readability-comments
spellcheck-comments
task-comment-format
write-good-comments