1
0
mirror of https://github.com/dkmstr/openuds-gui.git synced 2024-10-26 08:55:23 +03:00

Added prettier paramter to allow single quote

This commit is contained in:
Adolfo Gómez García 2023-01-11 18:30:23 +01:00
parent ffc16da689
commit 753a59871c
No known key found for this signature in database
GPG Key ID: DD1ABF20724CDA23

View File

@ -13,6 +13,9 @@
"lint": "ng lint",
"e2e": "ng e2e"
},
"prettier": {
"singleQuote": true
},
"private": true,
"dependencies": {
"@angular/animations": "^15.0.4",