leopard-js / leopard

Library for making Scratch-like projects with JavaScript.
https://leopardjs.com
MIT License
145 stars 27 forks source link

Fix lints and typechecking errors #207

Open adroitwhiz opened 4 months ago

adroitwhiz commented 4 months ago

Most of these seem to be from the "if on edge, bounce" PR.

In the future, we should consider setting up some CI for pull requests that lints and typechecks them automatically.