This is a project starter for Node projects using Typescript, eslint, and prettier. Code is formatted on paste / save. According to some basic rules. Additional rules can be added in .eslintrc.js
or .prettierrc
.
This repo is now a template repo. Just click 'use this template'
- Clone this repository
rm -rf .git
git init
- Configure git, add remote, etc.