some stuff was being missed by linters, fix glob patterns

[skip ci]
This commit is contained in:
2020-06-03 14:22:21 -04:00
parent 1b9be25a84
commit 3fbbf44f0b
6 changed files with 38 additions and 23 deletions
+13 -1
View File
@@ -7,7 +7,19 @@
"hr-style": { "style": "---" },
"line-length": false,
"no-empty-links": false,
"no-inline-html": { "allowed_elements": [ "a", "strong", "em", "img", "svg", "path", "polygon", "circle", "g", "code", "span", "sup", "figure", "figcaption", "iframe" ] },
"no-inline-html": {
"allowed_elements": [
"a",
"span",
"img",
"svg",
"path",
"polygon",
"circle",
"g",
"sup"
]
},
"no-trailing-punctuation": false,
"single-h1": false,
"whitespace": false