Skip to main content

no-cspell-words

Disallows CSpell words directives.

Rule Details

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

Options

This rule is not configurable.

Resources