PAIR-code/megaplot

Install and configure strict TypeScript pre-commit checking

Open

#3 opened on Apr 25, 2022

View on GitHub
 (1 comment) (0 reactions) (0 assignees)TypeScript (3 forks)auto 404
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.

Contributor guide