Skip to content
Sid Vishnoi edited this page Jul 8, 2020 · 7 revisions

check-punctuation

Enable this lint rule to check for punctuation. It checks for:

  • Punctuation mark at the end of <p> tag.

For example:

<p>This has no punctuation at the end</p>

You will receive a warning that your <p> tag should end with punctuation mark.

var respecConfig = {
  lint: {
    "check-punctuation": true,
  },
};

Guides

Configuration options

W3C Configuration options

Linter rules

Internal properties

Handled by ReSpec for you.

Special <section> IDs

HTML elements

Custom Elements

WebIDL

HTML attributes

CSS Classes

Special properties

Clone this wiki locally