PAIR-code/megaplot
View on GitHubInstall and configure strict TypeScript pre-commit checking
Open
#3 opened on Apr 25, 2022
good first issuehelp wanted
Repository metrics
- Stars
- (21 stars)
- PR merge metrics
- (PR metrics pending)
Description
Currently, no strict TypeScript checker is applied to code in this repository. Incorporate a strict TypeScript checker to pick up things like let variables that could be upgraded to const, missing JSDoc comments on exported symbols, etc.