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
This commit is contained in:
Guillermo Rauch 2017-01-09 15:36:37 -08:00
parent bcd5b75795
commit 67cefc50a8

View file

@ -23,6 +23,7 @@
"rules": {
"new-cap": 0,
"complexity": 0,
"indent": 0,
"react/prop-types": 0,
"react/jsx-no-bind": 0
},