diff --git a/lighthouserc.json b/lighthouserc.json index 06b3806..af914e3 100644 --- a/lighthouserc.json +++ b/lighthouserc.json @@ -8,18 +8,13 @@ "assert": { "preset": "lighthouse:no-pwa", "assertions": { - "categories:performance": ["warn", { "minScore": 0.5 }], - "categories:accessibility": ["error", { "minScore": 0.7 }], - "categories:best-practices": ["warn", { "minScore": 0.8 }], - "categories:seo": ["warn", { "minScore": 0.7 }], - "errors-in-console": ["warn"], - "network-dependency-tree-insight": ["warn"], - "robots-txt": ["warn"], - "unused-javascript": ["warn"] + "categories:performance": ["warn", { "minScore": 0.7 }], + "categories:accessibility": ["error", { "minScore": 0.9 }], + "categories:best-practices": ["warn", { "minScore": 0.8 }] } }, "upload": { "target": "temporary-public-storage" } } -} \ No newline at end of file +}