From 5977e020f0698a6765d7d837ae022fe916125bd7 Mon Sep 17 00:00:00 2001 From: Tom French Date: Sun, 17 Jul 2022 11:18:50 +0100 Subject: [PATCH] style: switch prettier to enforce single quotes This is the style predominantly used in the codebase currently. --- .prettierrc.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.prettierrc.json b/.prettierrc.json index 5a7fe13..f62e834 100644 --- a/.prettierrc.json +++ b/.prettierrc.json @@ -1,4 +1,4 @@ { - "singleQuote": false, + "singleQuote": true, "trailingComma": "none" }