format bulk files
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2025-02-23 21:07:50 -05:00
parent 5a2610066d
commit 1920027a4e
13 changed files with 96 additions and 155 deletions

View File

@@ -7,7 +7,8 @@
"build": "ng build",
"watch": "ng build --watch --configuration development",
"test": "ng test",
"lint": "ng lint"
"lint": "ng lint",
"format": "prettier --write ."
},
"private": true,
"dependencies": {