fix: allow any line endings

This commit is contained in:
Lea Anthony
2019-11-02 06:48:28 +11:00
parent 61377f08cd
commit b76597b75e

View File

@@ -15,10 +15,7 @@
"error",
"tab"
],
"linebreak-style": [
"error",
"unix"
],
"linebreak-style": 0,
"quotes": [
"error",
"single"
@@ -28,4 +25,4 @@
"always"
]
}
}
}