From 713857158990a04cf4c6b295ae710949373fb1d4 Mon Sep 17 00:00:00 2001 From: notnull Date: Fri, 21 Jun 2019 17:51:50 -0400 Subject: [PATCH] fixed prettier comma styling --- .prettierrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.prettierrc b/.prettierrc index 46be197..67dfb1f 100644 --- a/.prettierrc +++ b/.prettierrc @@ -1,4 +1,4 @@ -trailingComma: "es5" +trailingComma: "always" tabWidth: 2 semi: false singleQuote: true