From 7f98b0ac206bcbeabb8bb85eb3265b413afcb46f Mon Sep 17 00:00:00 2001 From: Andrew Pietila Date: Wed, 29 Mar 2023 08:38:48 -0500 Subject: [PATCH] Remove eslint annoyance related to quotes. --- .eslintrc.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.eslintrc.json b/.eslintrc.json index 6674c11..dcd7426 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -27,8 +27,7 @@ "unix" ], "quotes": [ - "error", - "single" + "off" ], "semi": [ "error",