Skip to content

Commit

Permalink
Increase the performance budget back
Browse files Browse the repository at this point in the history
  • Loading branch information
igorbrasileiro committed Mar 31, 2022
1 parent 186871f commit c14c626
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/lighthouse-config/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ const lhConfig = ({ urls, server, assertions = {} }: Params) => {
// Final Ligthouse score Budgets
'categories:accessibility': ['error', { minScore: 1 }],
'categories:best-practices': ['error', { minScore: 1 }],
'categories:performance': ['error', { minScore: 0.9 }],
'categories:performance': ['error', { minScore: 0.95 }],
'categories:seo': ['error', { minScore: 1 }],
'categories:pwa': 'off',

Expand Down

0 comments on commit c14c626

Please sign in to comment.