Disabled "linebreak-style" rule

This commit is contained in:
RedDucks
2018-03-06 12:54:22 -05:00
parent 2f0d1de2fd
commit 880453df3c

View File

@@ -12,6 +12,7 @@
"no-console": "off",
"prefer-const": "error",
"no-var": "error",
"linebreak-style": "off",
"one-var": [
"error",
"never"
@@ -23,10 +24,6 @@
"SwitchCase": 1
}
],
"linebreak-style": [
"error",
"windows"
],
"quotes": [
"error",
"single"