Skip to content

no-cspell-words

Disallows CSpell words directives.

Project-specific words should be added to the CSpell configuration instead of being scattered across Markdown files. Other CSpell directives remain allowed.

<!-- Bad -->
<!-- cspell:words foo --> foo
<!-- Good -->
foo

This rule is not configurable.