From b877c258cc68d3529e41f539ff0a8c56b8ea288b Mon Sep 17 00:00:00 2001 From: EnixCoda Date: Wed, 20 Feb 2019 12:16:42 +0800 Subject: [PATCH] style: more comma --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 0f81bbe..dfe8990 100644 --- a/package.json +++ b/package.json @@ -63,6 +63,6 @@ "printWidth": 100, "singleQuote": true, "semi": false, - "trailingComma": "es5" + "trailingComma": "all" } }