From a0d10caa644890ff8c765b8e99e4d3e525f2ea19 Mon Sep 17 00:00:00 2001 From: Valentin Popov Date: Fri, 14 Feb 2020 02:49:13 +0400 Subject: feat(eslint): Rule "comma-style" Signed-off-by: Valentin Popov --- src/rules/default.json | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'src') diff --git a/src/rules/default.json b/src/rules/default.json index aad6552..b5f90ed 100644 --- a/src/rules/default.json +++ b/src/rules/default.json @@ -48,6 +48,13 @@ "before": false } ], + "comma-style": [ + "error", + "last", + { + "exceptions": {} + } + ], "dot-notation": [ "error", { -- cgit v1.2.3