Eslint no longer complains about linebreaks.

This commit is contained in:
Harrison Deng 2022-04-06 21:14:40 -05:00
parent c738e8044a
commit 6856cd3b71

View File

@ -25,7 +25,7 @@
4 4
], ],
"linebreak-style": [ "linebreak-style": [
"error", "warn",
"unix" "unix"
], ],
"quotes": [ "quotes": [