aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorache <ache@ache.one>2018-02-01 14:22:43 +0100
committerache <ache@ache.one>2018-02-01 14:22:43 +0100
commitef53d5643a78fb9b6fbac270cbfba67351c58033 (patch)
tree2e803ae484b7ce6c455491e5861b43f4ccb3cd9c /package.json
parentWTF with classes (diff)
Clean of the code with xo linter
Diffstat (limited to 'package.json')
-rw-r--r--package.json5
1 files changed, 4 insertions, 1 deletions
diff --git a/package.json b/package.json
index c28d895..7522f46 100644
--- a/package.json
+++ b/package.json
@@ -15,5 +15,8 @@
"line",
"input",
"remark"
- ]
+ ],
+ "devDependencies": {
+ "xo": "^0.18.2"
+ }
}