Skip to content

Commit

Permalink
update scores thresholds
Browse files Browse the repository at this point in the history
  • Loading branch information
RossellaFer committed Apr 25, 2024
1 parent d43d78b commit 24fc98b
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions lighthouserc.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@ module.exports = {
"http://localhost/"
]
},
asserts: {
assert: {
assertions: {
'categories:accessibility': ['warn', { minScore: 1 }],
'categories:best-practices': ['warn', { minScore: 1.0 }],
'categories:performance': ['warn', { minScore: 0.2 }],
'categories:seo': ['warn', { minScore: 1.0 }],
'categories:accessibility': ["error", { minScore: 0.9 }],
'categories:best-practices': ["warn", { minScore: 0.8 }],
"categories:performance": ["error", {"minScore": 0.8}],
'categories:seo': ["error", { minScore: 0.9 }],
},
},
},
Expand Down

0 comments on commit 24fc98b

Please sign in to comment.