From aa2beb665f808c926d395efa6e5b8f5be789c598 Mon Sep 17 00:00:00 2001 From: nazariyv Date: Fri, 11 Sep 2020 22:47:43 +0100 Subject: [PATCH] semicolons are conventional after es6 --- .prettierrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.prettierrc b/.prettierrc index 338a8b9..4928342 100644 --- a/.prettierrc +++ b/.prettierrc @@ -1,5 +1,5 @@ { - "semi": false, + "semi": true, "singleQuote": true, "trailingComma": "none", "tabWidth": 2