Skip to content

Commit

Permalink
fix(storybook): rollback lighthouse config
Browse files Browse the repository at this point in the history
  • Loading branch information
jerensl committed Jun 14, 2024
1 parent 8cc855b commit f75fd0e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .lighthouserc.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
{
"ci": {
"assert": {
"preset": "lighthouse:recommended",
"assertions": {
"categories:performance": ["error", { "minScore": 0.7 }],
"categories:performance": ["error", { "minScore": 0.5 }],
"categories:accessibility": ["error", { "minScore": 0.9 }],
"categories:seo": ["warn", { "minScore": 0.7 }],

Expand Down

0 comments on commit f75fd0e

Please sign in to comment.