aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
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"
+ ]
+ }
+
}
}