Skip to content

Commit

Permalink
Merge 83a8dfa into 1a75c8f
Browse files Browse the repository at this point in the history
  • Loading branch information
jgjadaoag committed Apr 30, 2018
2 parents 1a75c8f + 83a8dfa commit 36b26e5
Show file tree
Hide file tree
Showing 9 changed files with 2,049 additions and 121 deletions.
10 changes: 10 additions & 0 deletions .csslintrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"errors": [
"known-properties",
"adjoining-classes",
"order-alphabetical",
"box-model",
"display-property-grouping",
"errors"
]
}
72 changes: 72 additions & 0 deletions .htmllintrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,72 @@
{
"plugins": [], // npm modules to load

"maxerr": false,
"raw-ignore-regex": false,
"attr-bans": [
"align",
"background",
"bgcolor",
"border",
"frameborder",
"longdesc",
"marginwidth",
"marginheight",
"scrolling",
"style",
"width"
],
"indent-delta": false,
"indent-style": "nonmixed",
"indent-width": 2,
"indent-width-cont": false,
"spec-char-escape": true,
"text-ignore-regex": false,
"tag-bans": [
"style",
"b",
"i"
],
"tag-close": true,
"tag-name-lowercase": true,
"tag-name-match": true,
"tag-self-close": false,
"doctype-first": false,
"doctype-html5": true,
"attr-name-style": "dash",
"attr-name-ignore-regex": false,
"attr-no-dup": true,
"attr-no-unsafe-char": true,
"attr-order": false,
"attr-quote-style": "double",
"attr-req-value": false,
"attr-new-line": false,
"attr-validate": true,
"id-no-dup": true,
"id-class-no-ad": true,
"id-class-style": "dash",
"class-no-dup": true,
"class-style": false,
"id-class-ignore-regex": false,
"img-req-alt": true,
"img-req-src": true,
"html-valid-content-model": true,
"head-valid-content-model": true,
"href-style": false,
"label-req-for": true,
"line-end-style": "lf",
"line-no-trailing-whitespace": false,
"line-max-len": false,
"line-max-len-ignore-regex": false,
"head-req-title": true,
"title-no-dup": true,
"title-max-len": 60,
"html-req-lang": false,
"lang-style": "case",
"fig-req-figcaption": false,
"focusable-tabindex-style": false,
"input-radio-req-name": true,
"input-req-label": false,
"table-req-caption": false,
"table-req-header": false
}

0 comments on commit 36b26e5

Please sign in to comment.