1
mirror of https://github.com/jakejarvis/jarv.is.git synced 2025-07-23 00:01:16 -04:00

lint literally ALL the things 🚓

This commit is contained in:
2021-10-12 18:54:55 -04:00
parent c09ffb6e1e
commit 73637105c5
19 changed files with 583 additions and 394 deletions

View File

@@ -14,7 +14,7 @@
"csp-xss": "warn",
"link-text": "warn",
"long-tasks": "warn",
"total-byte-weight": ["warn", {"minScore": 0.9}],
"total-byte-weight": ["warn", { "minScore": 0.9 }],
"unminified-css": "warn",
"unminified-javascript": "warn",
"unsized-images": "warn",