megaplot icon indicating copy to clipboard operation
megaplot copied to clipboard

Install and configure strict TypeScript pre-commit checking

Open jimbojw opened this issue 3 years ago • 1 comments

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.

jimbojw avatar Apr 25 '22 20:04 jimbojw

The addition of ESLint has helped, but we still need to configure a git pre-submit hook.

jimbojw avatar Mar 14 '23 20:03 jimbojw