-
Notifications
You must be signed in to change notification settings - Fork 443
Open
Labels
code maintenanceIssues that are not user facing, but are related the technical debt with the code itselfIssues that are not user facing, but are related the technical debt with the code itself
Description
We have files like bin/l10n-sync.js that have JSDocs in them, but apparently we are not checking them with yarn ts correctly. See my comment here: #5659 (comment)
It would be good to properly check them with typescript. To be able to do that I believe we need to add "allowJs": true to tsconfig.json, and add // @ts-check to these files.
┆Issue is synchronized with this Jira Task
Metadata
Metadata
Assignees
Labels
code maintenanceIssues that are not user facing, but are related the technical debt with the code itselfIssues that are not user facing, but are related the technical debt with the code itself