Skip to content

Commit

Permalink
".linthtmlrc.json" now extended from "@mate-academy/linthtml" package…
Browse files Browse the repository at this point in the history
…, versions updated (mate-academy#1018)
  • Loading branch information
OleksiiBlezniuk authored Dec 14, 2021
1 parent 06875c6 commit b51a764
Show file tree
Hide file tree
Showing 3 changed files with 832 additions and 353 deletions.
48 changes: 1 addition & 47 deletions .linthtmlrc.json
Original file line number Diff line number Diff line change
@@ -1,49 +1,3 @@
{
"attr-bans": [
"align",
"background",
"bgcolor",
"border",
"frameborder",
"style"
],
"attr-name-ignore-regex": "viewBox",
"attr-no-dup": true,
"attr-quote-style": "double",
"attr-req-value": true,
"class-no-dup": true,
"doctype-first": true,
"doctype-html5": true,
"fig-req-figcaption": true,
"head-req-title": true,
"html-req-lang": true,
"id-class-style": false,
"id-no-dup": true,
"img-req-src": true,
"img-req-alt": "allownull",
"indent-width": 2,
"indent-style": "spaces",
"indent-width-cont": true,
"input-radio-req-name": true,
"spec-char-escape": true,
"tag-bans": [
"b",
"i",
"u",
"center",
"style",
"marquee",
"font",
"s"
],
"tag-name-lowercase": true,
"tag-name-match": true,
"tag-self-close": "never",
"tag-close": true,
"text-ignore-regex": "&",
"title-no-dup": true,
"line-end-style": "lf",
"attr-new-line": 2,
"attr-name-style": "dash",
"attr-no-unsafe-char": true
"extends": "@mate-academy/linthtml-config"
}
Loading

0 comments on commit b51a764

Please sign in to comment.