visual upgrade
ci / build-and-design (push) Failing after 13s

This commit is contained in:
Jason Stedwell
2026-07-23 04:23:19 -05:00
parent 9d7f593307
commit 822d8e41e6
53 changed files with 7757 additions and 285 deletions
+5 -3
View File
@@ -2,9 +2,11 @@
"$schema": "https://impeccable.style/schema/config.json",
"detector": {
"designSystem": { "enabled": true },
"ignoreValues": {
"overused-font": ["Montserrat", "Open Sans", "JetBrains Mono"]
},
"ignoreValues": [
{ "rule": "overused-font", "value": "Montserrat", "reason": "Established display face in the shared brand system" },
{ "rule": "overused-font", "value": "Open Sans", "reason": "Established UI face in the shared brand system" },
{ "rule": "overused-font", "value": "JetBrains Mono", "reason": "Established data face in the shared brand system" }
],
"ignoreFiles": ["dist/**"]
},
"hook": { "enabled": true }