mirror of
https://github.com/johannesjo/super-productivity.git
synced 2026-01-23 02:36:05 +00:00
build: adjust lighthouse warning thresholds
This commit is contained in:
parent
b72a9b169c
commit
b9550f4bfd
1 changed files with 2 additions and 2 deletions
|
|
@ -17,8 +17,8 @@
|
|||
"cumulative-layout-shift": ["warn", { "maxNumericValue": 0.1 }],
|
||||
"total-blocking-time": ["warn", { "maxNumericValue": 300 }],
|
||||
"interactive": ["warn", { "maxNumericValue": 5000 }],
|
||||
"resource-summary.script.count": ["warn", { "maxNumericValue": 100 }],
|
||||
"resource-summary.total.count": ["warn", { "maxNumericValue": 140 }]
|
||||
"resource-summary.script.count": ["warn", { "maxNumericValue": 140 }],
|
||||
"resource-summary.total.count": ["warn", { "maxNumericValue": 150 }]
|
||||
}
|
||||
},
|
||||
"upload": {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue