mirror of
https://github.com/kremalicious/portfolio.git
synced 2024-11-15 01:25:25 +01:00
16 lines
250 B
JSON
16 lines
250 B
JSON
{
|
|
"ci": {
|
|
"collect": {
|
|
"numberOfRuns": 3
|
|
},
|
|
"assert": {
|
|
"preset": "lighthouse:recommended",
|
|
"assertions": {
|
|
"font-display": "off",
|
|
"dom-size": "off",
|
|
"color-contrast": "off"
|
|
}
|
|
}
|
|
}
|
|
}
|