Dev-CasperTheGhost / ts-project-template

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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

License:MIT License


Languages

Language:TypeScript 100.0%