Skip to content

extended-ascii

Requires text to contain only ASCII characters, with limited exceptions.

This rule reports non-ASCII characters in regular text. However, the check mark, cross mark, and box-drawing characters are allowed.

<!-- Bad -->
“Smart quotes”
<!-- Good -->
"Straight quotes"

This rule is not configurable.