firebase-js-sdk
firebase-js-sdk copied to clipboard
Add trusted type check to lint workflow
This adds a tsec
check to the lint workflow.
The check currently fails, since there are unresolved errors with tsec
. This PR should not be merged until the errors have been fixed, and CI is passing. Fixes are a WIP in #8301