From 3d4fbabf3b4e60df69a1bb049bedf70ab6931a50 Mon Sep 17 00:00:00 2001 From: Paul Betts Date: Wed, 11 Jan 2017 15:54:08 -0800 Subject: [PATCH] Disable linebreak-style (#1384) On Windows, xo will throw errors for literally every line of the app. Rough. --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 1f0dfab4..f4b1f408 100644 --- a/package.json +++ b/package.json @@ -25,7 +25,8 @@ "new-cap": 0, "complexity": 0, "react/prop-types": 0, - "react/jsx-no-bind": 0 + "react/jsx-no-bind": 0, + "linebreak-style": 0 }, "ignores": [ "build/**",