Add Prettier

This adds Prettier and makes it replace tsfmt. VSCode is set to use
Prettier for formatting TypeScript/TSX files and format on save since
Prettier is very fast and does not cause any noticeable delay.
This commit is contained in:
Koen Vlaswinkel
2022-10-25 17:10:19 +02:00
parent 6219b43051
commit f41ca1a330
10 changed files with 1639 additions and 1506 deletions

View File

@@ -12,5 +12,5 @@ src/**
.gitignore
gulpfile.js/**
tsconfig.json
tsfmt.json
.prettierrc
vsc-extension-quickstart.md