From b4ede82439ff51509775ae8275da8a2bcfabdff1 Mon Sep 17 00:00:00 2001 From: Rajdeep Chandra Date: Mon, 18 Dec 2023 18:54:47 +0530 Subject: [PATCH] chore: updated assertions --- lighthouserc.cjs | 14 +------------- 1 file changed, 1 insertion(+), 13 deletions(-) diff --git a/lighthouserc.cjs b/lighthouserc.cjs index 0a1ebc9e98..747519728b 100644 --- a/lighthouserc.cjs +++ b/lighthouserc.cjs @@ -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', @@ -38,18 +38,6 @@ module.exports = { minScore: 0.8, }, ], - 'categories:best-practices': [ - 'warn', - { - minScore: 0.8, - }, - ], - 'categories:seo': [ - 'warn', - { - minScore: 0.8, - }, - ], }, }, },