mirror of
https://github.com/quine-global/hyper.git
synced 2026-01-13 04:28:41 -09:00
Disable linebreak-style (#1384)
On Windows, xo will throw errors for literally every line of the app. Rough.
This commit is contained in:
parent
4a085895e4
commit
3d4fbabf3b
1 changed files with 2 additions and 1 deletions
|
|
@ -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/**",
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue