Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
DDA
dda-wizard
Commits
66f51401
Commit
66f51401
authored
Aug 09, 2016
by
Hellmich, Christoph
Browse files
Add htmlhint file
@see
http://htmlhint.com/
parent
baa83a8d
Changes
1
Hide whitespace changes
Inline
Side-by-side
.htmlhintrc
0 → 100644
View file @
66f51401
{
"attr-lowercase": true,
"attr-value-double-quotes": true,
"tag-pair": true,
"spec-char-escape": true,
"id-unique": true,
"src-not-empty": true,
"attr-no-duplication": true,
"title-require": true,
"tagname-lowercase": true,
"attr-value-not-empty": true,
"alt-require": true,
"style-disabled": true,
"inline-style-disabled": true,
"space-tab-mixed-disabled": "space",
"attr-unsafe-chars": true,
"id-class-ad-disabled": true,
"inline-script-disabled": true,
"head-script-disabled": true,
"csslint": {
"display-property-grouping": true,
"known-properties": true
}
}
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment