aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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
+ }
}