Skip to content

Commit

Permalink
chore: updated assertions
Browse files Browse the repository at this point in the history
  • Loading branch information
Rajdeep Chandra committed Dec 18, 2023
1 parent 90e16b6 commit b4ede82
Showing 1 changed file with 1 addition and 13 deletions.
14 changes: 1 addition & 13 deletions lighthouserc.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@ module.exports = {
],
startServerCommand: 'yarn docs:start',
staticDistDir: './projects/documentation/_site',
onlyCategories: ['performance', 'accessibility'],
},
upload: {
target: 'temporary-public-storage',
outputDir: '.lighthouseci',
},
assert: {
preset: 'lighthouse:no-pwa',
Expand All @@ -38,18 +38,6 @@ module.exports = {
minScore: 0.8,
},
],
'categories:best-practices': [
'warn',
{
minScore: 0.8,
},
],
'categories:seo': [
'warn',
{
minScore: 0.8,
},
],
},
},
},
Expand Down

0 comments on commit b4ede82

Please sign in to comment.