A simple TypeScript project template with ESLint, prettier and GitHub actions
format
: formats the code using Prettierlint
: checks for lint errors using ESLinttest:tsc
: checks for TypeScript errors
lint
: runs thelint
scripttsc-test
: runs thetest:tsc
script