@@ -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 }
|
||||
|
||||
Reference in New Issue
Block a user