Remove eslint annoyance related to quotes.

This commit is contained in:
Andrew Pietila 2023-03-29 08:38:48 -05:00
parent f9c1223e0b
commit 7f98b0ac20

View file

@ -27,8 +27,7 @@
"unix"
],
"quotes": [
"error",
"single"
"off"
],
"semi": [
"error",