Skip to content

Commit

Permalink
chore: disable rules for lighthouse
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelbrusegard committed Sep 20, 2024
1 parent a73bc94 commit 6843e37
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion lighthouserc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ ci:
upload:
target: 'temporary-public-storage'
assert:
preset: 'lighthouse:no-pwa'
preset: 'lighthouse:recommended'
assertions:
first-contentful-paint:
- error
Expand All @@ -20,4 +20,16 @@ ci:
- error
- maxNumericValue: 5000
aggregationMethod: optimistic
bf-cache: 'off'
csp-xss: 'off'
identical-links-same-purpose: 'off'
total-byte-weight: 'off'
color-contrast: 'off'
heading-order: 'off'
mainthread-work-breakdown: 'off'
bootup-time: 'off'
largest-contentful-paint: 'off'
dom-size: 'off'
render-blocking-resources: 'off'
server-response-time: 'off'
uses-responsive-images: 'off'

0 comments on commit 6843e37

Please sign in to comment.