Skip to content

Commit

Permalink
ignore unused-javascript lint error
Browse files Browse the repository at this point in the history
  • Loading branch information
err53 committed Sep 27, 2023
1 parent 11f34d1 commit b7deaec
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion lighthouserc.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,9 @@ module.exports = {
// see: https://github.com/GoogleChrome/lighthouse/issues/14784
"bf-cache": "off",
// don't think it's possible to properly evaluate csp either
"csp-xss": ["off"],
"csp-xss": "off",
// google analytics has unused js, since we don't own it there's nothing we can do
"unused-javascript": "warn"
},
},
},
Expand Down

0 comments on commit b7deaec

Please sign in to comment.