From 673ef499f7cb3b07d57af0855a011adcd8036e24 Mon Sep 17 00:00:00 2001 From: Jerome Fitzgerald Date: Sun, 28 Feb 2021 11:40:48 -0500 Subject: [PATCH] =?UTF-8?q?style:=20=F0=9F=92=84=20trailingComma=20on=20pr?= =?UTF-8?q?ettier?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ref: https://github.com/streamich/git-cz/pull/184#issuecomment-636099165 ✅ Closes: #184 --- .prettierrc.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.prettierrc.js b/.prettierrc.js index 1c9798c8..4dfcf40a 100644 --- a/.prettierrc.js +++ b/.prettierrc.js @@ -6,5 +6,5 @@ module.exports = { semi: true, singleQuote: true, tabWidth: 2, - trailingComma: 'none' + trailingComma: 'es5', };