mirror of
https://github.com/quine-global/hyper.git
synced 2026-01-13 04:28:41 -09:00
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:
parent
bcd5b75795
commit
67cefc50a8
1 changed files with 1 additions and 0 deletions
|
|
@ -23,6 +23,7 @@
|
||||||
"rules": {
|
"rules": {
|
||||||
"new-cap": 0,
|
"new-cap": 0,
|
||||||
"complexity": 0,
|
"complexity": 0,
|
||||||
|
"indent": 0,
|
||||||
"react/prop-types": 0,
|
"react/prop-types": 0,
|
||||||
"react/jsx-no-bind": 0
|
"react/jsx-no-bind": 0
|
||||||
},
|
},
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue