Skip to content
Marcos Cáceres edited this page Aug 4, 2016 · 16 revisions

A boolean used to disable ReSpec's build-in linter for W3C documents. The linter is enabled by default, and warns you about:

  • URLs in the config that are not HTTPS.
  • Missing Privacy and/or Security sections.
  • Possibly other useful things...

Example

If you want to turn off the linter:

var respecConfig = {
  lint: false,
}

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