aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorache <ache@ache.one>2018-02-02 07:35:59 +0100
committerache <ache@ache.one>2018-02-02 07:35:59 +0100
commit5f5fc5a039abeca9388b70c60ee7a41e42fcf543 (patch)
treee82f768523c194cba4fc09ca7d82e09037758a16
parentClean of the code with xo linter (diff)
Configure XO to use space
-rw-r--r--package.json3
1 files changed, 3 insertions, 0 deletions
diff --git a/package.json b/package.json
index bd51a85..9695dbb 100644
--- a/package.json
+++ b/package.json
@@ -16,5 +16,8 @@
],
"devDependencies": {
"xo": "^0.18.2"
+ },
+ "xo" : {
+ "space" : true
}
}