Welcome to mirror list, hosted at ThFree Co, Russian Federation.

.htmlhintrc « docs - github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 636af68d76718bb3bd841cdcd58b0f27ad92766d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
  "attr-lowercase": true,
  "attr-no-duplication": true,
  "alt-require": true,
  "attr-unsafe-chars": true,
  "attr-value-double-quotes": true,
  "doctype-first": true,
  "doctype-html5": true,
  "id-unique": true,
  "spec-char-escape": true,
  "src-not-empty": true,
  "tag-pair": true,
  "tagname-lowercase": true,
  "title-require": true
}