aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorache <ache@ache.one>2018-02-03 01:21:09 +0100
committerache <ache@ache.one>2018-02-03 01:21:09 +0100
commit4509627baf3b892992c659c4d8fb1ba3afc1cb39 (patch)
treec5f0f5a66b76b1524a908ddedce7dc6a9d544ac9 /package.json
parentAdd xo to dependencies (diff)
parentConfigure XO to use space (diff)
Merge package.json
Diffstat (limited to 'package.json')
-rw-r--r--package.json3
1 files changed, 3 insertions, 0 deletions
diff --git a/package.json b/package.json
index 7522f46..1aa6508 100644
--- a/package.json
+++ b/package.json
@@ -18,5 +18,8 @@
],
"devDependencies": {
"xo": "^0.18.2"
+ },
+ "xo" : {
+ "space" : true
}
}