parent
610a089054
commit
0cf5204a48
3 changed files with 21 additions and 1 deletions
15
docs/.htmlhintrc
Normal file
15
docs/.htmlhintrc
Normal file
|
|
@ -0,0 +1,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
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue