Disable linebreak-style (#1384)

On Windows, xo will throw errors for literally every line of the app. Rough.
This commit is contained in:
Paul Betts 2017-01-11 15:54:08 -08:00 committed by Guillermo Rauch
parent 4a085895e4
commit 3d4fbabf3b

View file

@ -25,7 +25,8 @@
"new-cap": 0, "new-cap": 0,
"complexity": 0, "complexity": 0,
"react/prop-types": 0, "react/prop-types": 0,
"react/jsx-no-bind": 0 "react/jsx-no-bind": 0,
"linebreak-style": 0
}, },
"ignores": [ "ignores": [
"build/**", "build/**",