mirror of
https://github.com/jakejarvis/jarv.is.git
synced 2026-07-27 12:56:03 -04:00
some stuff was being missed by linters, fix glob patterns
[skip ci]
This commit is contained in:
+13
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user