aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorache <ache@ache.one>2018-02-02 07:34:41 +0100
committerache <ache@ache.one>2018-02-02 07:34:41 +0100
commit823997c667e419e79a2b72f6f4896f4a3904fd96 (patch)
tree2d81cd5b86b6461d9fcdacc13a11c4f4d674adf5
parentClean of the code with xo linter (diff)
Configure XO to use space
-rw-r--r--package.json4
1 files changed, 4 insertions, 0 deletions
diff --git a/package.json b/package.json
index 3ddf323..7272401 100644
--- a/package.json
+++ b/package.json
@@ -21,4 +21,8 @@
"devDependencies": {
"xo": "^0.18.2"
}
+ ,
+ "xo" : {
+ "space" : true
+ }
}