Updated the .prettierrc.json

This commit is contained in:
2023-01-15 13:53:16 +01:00
parent 18d3f8b0ba
commit 8e61f2f296

View File

@ -2,5 +2,5 @@
"trailingComma": "es5",
"tabWidth": 4,
"semi": false,
"singleQuote": true
"singleQuote": false
}