megaplot
megaplot copied to clipboard
Install and configure strict TypeScript pre-commit checking
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.
The addition of ESLint has helped, but we still need to configure a git pre-submit hook.