source: Dev/trunk/client/qed/.htmlhintrc @ 431

Last change on this file since 431 was 431, checked in by hendrikvanantwerpen, 12 years ago

Added basic HTML linting.

Added htmllint as grunt task.
Moved jshint and htrmllint options to separate rc files.

File size: 354 bytes
Line 
1{
2    "tagname-lowercase": true,
3    "attr-lowercase": true,
4    "attr-value-double-quotes": true,
5    "attr-value-not-empty": true,
6    "tag-pair": true,
7    "tag-self-close": true,
8    "spec-char-escape": true,
9    "id-unique": true,
10    "head-script-disabled": true,
11    "style-disabled": true,
12    "id-class-calue": true,
13    "doctype-html5": true
14}
Note: See TracBrowser for help on using the repository browser.