From df588e9f29756fe0c9322a3994e3c074682e5b7e Mon Sep 17 00:00:00 2001 From: Cherrie Chang Date: Fri, 6 Dec 2024 15:04:51 -0500 Subject: [PATCH] change prettier to allow single quotes --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 59f64d9be2..cf69a5f187 100644 --- a/package.json +++ b/package.json @@ -36,7 +36,8 @@ "turbo": "^1.6.3" }, "prettier": { - "printWidth": 100 + "printWidth": 100, + "singleQuote": true }, "importSort": { ".ts, .js, .mjs, .cjs": {