Change eslint rule to only accept unix linebreaks
This commit is contained in:
parent
504746934c
commit
7205e0b65b
|
|
@ -24,7 +24,7 @@
|
||||||
],
|
],
|
||||||
"linebreak-style": [
|
"linebreak-style": [
|
||||||
"error",
|
"error",
|
||||||
"windows"
|
"unix"
|
||||||
],
|
],
|
||||||
"quotes": [
|
"quotes": [
|
||||||
"error",
|
"error",
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue