Change eslint rule to only accept unix linebreaks

This commit is contained in:
JP1998 2018-12-11 08:42:35 +01:00
parent 504746934c
commit 7205e0b65b
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@
], ],
"linebreak-style": [ "linebreak-style": [
"error", "error",
"windows" "unix"
], ],
"quotes": [ "quotes": [
"error", "error",