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: dff2e8088c3d187524bd559303e68894ee4137fb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
  "alt-require": true,
  "attr-lowercase": true,
  "attr-no-duplication": true,
  "attr-unsafe-chars": true,
  "attr-value-double-quotes": true,
  "doctype-first": true,
  "doctype-html5": true,
  "id-class-value": true,
  "id-unique": true,
  "space-tab-mixed-disabled": true,
  "spec-char-escape": true,
  "src-not-empty": true,
  "tag-pair": true,
  "tagname-lowercase": true,
  "title-require": true
}