Skip to content

Commit

Permalink
Move config file to JSON structure
Browse files Browse the repository at this point in the history
  • Loading branch information
curt-mitch-census committed Nov 28, 2023
1 parent f9ef5a5 commit 3f383a0
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 28 deletions.
28 changes: 0 additions & 28 deletions .github/lighthouse/lighthouserc.js

This file was deleted.

28 changes: 28 additions & 0 deletions .github/lighthouse/lighthouserc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
{
"ci": {
"upload": {
"target": "temporary-public-storage"
},
"assert": {
"preset": "lighthouse:recommended"
},
"assertions": {
"bf-cache": "off",
"canonical": "off",
"csp-xss": "off",
"image-size-responsive": "off",
"maskable-icon": "off",
"robots-txt": "off",
"service-worker": "off",
"splash-screen": "off",
"themed-omnibox": "off",
"unsized-images": "off",
"unused-css-rules": "off",
"unused-javascript": "off",
"uses-optimized-images": "off",
"uses-responsive-images": "off",
"heading-order": "off",
"link-text": "off"
}
}
}

0 comments on commit 3f383a0

Please sign in to comment.