14 lines
579 B
JSON
Executable File
14 lines
579 B
JSON
Executable File
{
|
|
"$schema": "https://impeccable.style/schema/config.json",
|
|
"detector": {
|
|
"designSystem": { "enabled": true },
|
|
"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 }
|
|
}
|