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 thelintscripttsc-test: runs thetest:tscscript