aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorache <ache@ache.one>2018-02-04 03:35:47 +0100
committerache <ache@ache.one>2018-02-04 03:35:47 +0100
commitf8740119558040134985d073a91f7e290db04c83 (patch)
treeceb36811a879f60e91ba93aa385afcafad79b8c3 /package.json
parentConfigure XO to use space (diff)
Work on the style guideline
Diffstat (limited to 'package.json')
-rw-r--r--package.json9
1 files changed, 8 insertions, 1 deletions
diff --git a/package.json b/package.json
index 1aa6508..1a9da0c 100644
--- a/package.json
+++ b/package.json
@@ -20,6 +20,13 @@
"xo": "^0.18.2"
},
"xo" : {
- "space" : true
+ "space" : true,
+ "rules": {
+ "comma-dangle": [
+ "error",
+ "always-multiline"
+ ]
+ }
+
}
}