From 67cefc50a8c2e164ec90bb4d36059c58f353bb8c Mon Sep 17 00:00:00 2001 From: Guillermo Rauch Date: Mon, 9 Jan 2017 15:36:37 -0800 Subject: [PATCH] turning off indentation. xo fails in CI but not locally this has been a bit of a headache. any ideas @sindresorhus? example failure: https://travis-ci.org/zeit/hyper/jobs/190425529#L425 --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index 0e00c95a..5edf1f79 100644 --- a/package.json +++ b/package.json @@ -23,6 +23,7 @@ "rules": { "new-cap": 0, "complexity": 0, + "indent": 0, "react/prop-types": 0, "react/jsx-no-bind": 0 },