From 2367e2f8c98bf6f427dd8aa153bf9c4cf66b948e Mon Sep 17 00:00:00 2001 From: Randy Morgan Date: Mon, 16 Dec 2019 14:43:59 +0900 Subject: [PATCH] chore(prettier): ensure prettier config matches eslint --- .prettierrc | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.prettierrc b/.prettierrc index 3f584f6..87e22d8 100644 --- a/.prettierrc +++ b/.prettierrc @@ -1,4 +1,7 @@ { + "trailingComma": "all", "printWidth": 120, - "singleQuote": true + "singleQuote": true, + "bracketSpacing": false, + "arrowParens": "always" }