aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorache <ache@ache.one>2018-02-04 04:49:32 +0100
committerache <ache@ache.one>2018-02-04 04:49:32 +0100
commit5ef5b666c2caa7961523f5566d0f480d564dd7fb (patch)
treee0ed1baf734f86ccc67613244147debbc09eda30 /package.json
parentXO fix (diff)
Work on the style guideline
Diffstat (limited to 'package.json')
-rw-r--r--package.json8
1 files changed, 7 insertions, 1 deletions
diff --git a/package.json b/package.json
index 675e828..0a1283b 100644
--- a/package.json
+++ b/package.json
@@ -37,6 +37,12 @@
"xo": "^0.18.2"
},
"xo": {
- "space": true
+ "space": true,
+ "rules": {
+ "comma-dangle": [
+ "error",
+ "always-multiline"
+ ]
+ }
}
}