/ts-project-template

A simple TypeScript project template with ESLint, prettier and GitHub actions

Primary LanguageTypeScriptMIT LicenseMIT

ts-project-template

A simple TypeScript project template with ESLint, prettier and GitHub actions

pnpm scripts

  • format: formats the code using Prettier
  • lint: checks for lint errors using ESLint
  • test:tsc: checks for TypeScript errors

workflows

  • lint: runs the lint script
  • tsc-test: runs the test:tsc script