Closed tylerdtran closed 1 year ago
Visit the deploys page to approve it
Name | Link |
---|---|
Latest commit | 6feaeeb35e9864d9b1d18196846bb258e7d9b325 |
Use imperative tense in commits.
eg Fix bug not Fixed bug
To change a pushed commit, amend it locally and then force push
Also fix the "Converted" commit message. This one might be a little trickier.
Also, going to push changes that will run a linter on TS files, since currently that isn't happening.
Linter stuff is pushed, please do the following:
git pull --rebase
)npm i
)npm lint-ts
and fix any outstanding errors.
Typescript migration performed during the TeachLA Meeting