Skip to content
Snippets Groups Projects

add prettier

31 files
+ 16393
16370
Compare changes
  • Side-by-side
  • Inline

Files

+ 3
0
@@ -4,6 +4,9 @@
echo "---------- Running TSC ----------"
npm run tsc
echo "---------- Running Prettier ----------"
npm run prettier
echo "---------- Running Linter ----------"
npm run lint
Loading