style: switch prettier to enforce single quotes

This is the style predominantly used in the codebase currently.
This commit is contained in:
Tom French 2022-07-17 11:18:50 +01:00
parent a44834c0d3
commit 5977e020f0

View file

@ -1,4 +1,4 @@
{ {
"singleQuote": false, "singleQuote": true,
"trailingComma": "none" "trailingComma": "none"
} }