From 0bf4a49f003e7ad95e89b8d2edf207908b6d5038 Mon Sep 17 00:00:00 2001 From: John Darryl Date: Tue, 1 Dec 2020 03:25:48 +0100 Subject: [PATCH] feat: do not use semis --- packages/prettier-config/index.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/prettier-config/index.json b/packages/prettier-config/index.json index 82ef66e..bece796 100644 --- a/packages/prettier-config/index.json +++ b/packages/prettier-config/index.json @@ -8,7 +8,7 @@ } ], "printWidth": 80, - "semi": true, + "semi": false, "singleQuote": true, "tabWidth": 2, "trailingComma": "all",