aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorache <ache@ache.one>2018-02-02 07:37:25 +0100
committerache <ache@ache.one>2018-02-02 07:37:25 +0100
commit10e61ace1e3cfa4658a9f92e8beaa34b4848c423 (patch)
treed0b803e77d51a5a898bfeacd285cc2f481798097
parentClean of the code with xo linter (diff)
Configure XO to use space
-rw-r--r--package.json8
1 files changed, 7 insertions, 1 deletions
diff --git a/package.json b/package.json
index 208ae9d..4035be2 100644
--- a/package.json
+++ b/package.json
@@ -16,5 +16,11 @@
"keywords": [
"boxes",
"remark"
- ]
+ ],
+ "devDependencies": {
+ "xo": "^0.18.2"
+ },
+ "xo" : {
+ "space" : true
+ }
}