aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorache <ache@ache.one>2018-02-04 03:31:33 +0100
committerache <ache@ache.one>2018-02-04 03:35:25 +0100
commitbad5ed31232324025371b98aa38f89a30d8faa1e (patch)
tree8810c691b571a831e8942275ccf96e0817349859 /package.json
parentConfigure XO to use space (diff)
Work on the style guideline
Diffstat (limited to 'package.json')
-rw-r--r--package.json11
1 files changed, 9 insertions, 2 deletions
diff --git a/package.json b/package.json
index 9695dbb..11ea9d9 100644
--- a/package.json
+++ b/package.json
@@ -15,9 +15,16 @@
"remark"
],
"devDependencies": {
+ "jest": "^22.1.4",
"xo": "^0.18.2"
},
- "xo" : {
- "space" : true
+ "xo": {
+ "space": true,
+ "rules": {
+ "comma-dangle": [
+ "error",
+ "always-multiline"
+ ]
+ }
}
}