From 7753fcfff80189476c6bc16b78503381b6aa84c2 Mon Sep 17 00:00:00 2001 From: greenkeeperio-bot Date: Sat, 18 Mar 2017 11:10:46 +0100 Subject: [PATCH] Update `xo` Closes GH-20. --- package.json | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index ff73db6..5c5b7e4 100644 --- a/package.json +++ b/package.json @@ -38,7 +38,7 @@ "remark-toc": "^4.0.0", "tape": "^4.0.0", "to-vfile": "^2.0.0", - "xo": "^0.17.1" + "xo": "^0.18.0" }, "scripts": { "build-md": "remark *.md doc/*.md -qfo", @@ -58,9 +58,7 @@ }, "xo": { "space": true, - "rules": { - "max-lines": "off" - }, + "esnext": false, "ignores": [ "remark-html.js" ]