treat ALL images as assets (as they should have been all along...)

This commit is contained in:
2020-04-21 14:34:55 -04:00
parent 9a40dadfb2
commit 8ba0a887bc
34 changed files with 92 additions and 75 deletions
+1 -1
View File
@@ -10,7 +10,7 @@
"no-blanks-blockquote": true,
"no-empty-links": false,
"no-hard-tabs": false,
"no-inline-html": { "allowed_elements": [ "img", "span", "sup" ] },
"no-inline-html": { "allowed_elements": [ "p", "a", "img", "h2", "h3", "span", "sup" ] },
"no-multiple-blanks": false,
"no-trailing-punctuation": false,
"single-h1": false,