aboutsummaryrefslogtreecommitdiff
path: root/src/rules
diff options
context:
space:
mode:
authorValentin Popov <info@valentineus.link>2020-02-13 14:19:26 +0300
committerValentin Popov <info@valentineus.link>2020-02-13 14:19:26 +0300
commit28a0661434c22f50dc8308742ab317b047deabe3 (patch)
treeeb556d167031facb08c737668ced7271b10c1226 /src/rules
parenta9bbe9301d01b99e33d490fbd46393c35685beda (diff)
downloadeslint-config-28a0661434c22f50dc8308742ab317b047deabe3.tar.xz
eslint-config-28a0661434c22f50dc8308742ab317b047deabe3.zip
feat(eslint): Rule "comma-dangle"
Signed-off-by: Valentin Popov <info@valentineus.link>
Diffstat (limited to 'src/rules')
-rw-r--r--src/rules/eslint.json4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/rules/eslint.json b/src/rules/eslint.json
index 0498880..b15bed4 100644
--- a/src/rules/eslint.json
+++ b/src/rules/eslint.json
@@ -1,4 +1,8 @@
{
+ "comma-dangle": [
+ "error",
+ "always-multiline"
+ ],
"eol-last": [
"error",
"always"