Files
ui-kit/.impeccable/config.json
T

14 lines
579 B
JSON
Raw Normal View History

{
"$schema": "https://impeccable.style/schema/config.json",
"detector": {
"designSystem": { "enabled": true },
2026-07-23 04:23:19 -05:00
"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 }
}