From 1ff10aabbe4fb3c92b8697549ce01dd91a538567 Mon Sep 17 00:00:00 2001 From: Dragory Date: Sat, 9 Feb 2019 13:23:35 +0200 Subject: [PATCH] prettier: enable dangling commas --- .prettierrc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.prettierrc b/.prettierrc index 963354f2..856eb3ef 100644 --- a/.prettierrc +++ b/.prettierrc @@ -1,3 +1,4 @@ { - "printWidth": 120 + "printWidth": 120, + "trailingComma": "all" }