aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorache <ache@ache.one>2018-02-01 14:14:55 +0100
committerache <ache@ache.one>2018-02-01 14:14:55 +0100
commit84af771d8bd28c2ac3d2d05d5663a3f9a4546214 (patch)
tree5cb30dc6d97f50b8972a6d86345fe8c7262971b3 /package.json
parentFix no param (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 f791330..bd51a85 100644
--- a/package.json
+++ b/package.json
@@ -13,5 +13,8 @@
"input",
"textarea",
"remark"
- ]
+ ],
+ "devDependencies": {
+ "xo": "^0.18.2"
+ }
}