Initial project structure with sails.js
This commit is contained in:
27
.htmlhintrc
Normal file
27
.htmlhintrc
Normal file
@@ -0,0 +1,27 @@
|
||||
{
|
||||
"alt-require": true,
|
||||
"attr-lowercase": ["viewBox"],
|
||||
"attr-no-duplication": true,
|
||||
"attr-unsafe-chars": true,
|
||||
"attr-value-double-quotes": true,
|
||||
"attr-value-not-empty": false,
|
||||
"csslint": false,
|
||||
"doctype-first": false,
|
||||
"doctype-html5": true,
|
||||
"head-script-disabled": false,
|
||||
"href-abs-or-rel": false,
|
||||
"id-class-ad-disabled": true,
|
||||
"id-class-value": false,
|
||||
"id-unique": true,
|
||||
"inline-script-disabled": true,
|
||||
"inline-style-disabled": false,
|
||||
"jshint": false,
|
||||
"space-tab-mixed-disabled": "space",
|
||||
"spec-char-escape": false,
|
||||
"src-not-empty": true,
|
||||
"style-disabled": false,
|
||||
"tag-pair": true,
|
||||
"tag-self-close": false,
|
||||
"tagname-lowercase": true,
|
||||
"title-require": false
|
||||
}
|
Reference in New Issue
Block a user