turn off eslint linebreak-style errors

This commit is contained in:
mbalsdon 2022-03-01 01:53:35 -08:00
parent be20a12a56
commit 073fce5f89

View File

@ -47,7 +47,7 @@
"SwitchCase": 1
}
],
"linebreak-style": ["warn", "windows"],
"linebreak-style": 0,
"quotes": ["error", "double", { "avoidEscape": true }],
"semi": ["error", "always"]
}