From 6ed6bacfbb0f60a9be2ee9b886968c99332bf3d7 Mon Sep 17 00:00:00 2001 From: Maciej Prill Date: Thu, 12 Jan 2023 18:44:47 +0100 Subject: [PATCH] Tune ESLint. --- .eslintrc.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.eslintrc.json b/.eslintrc.json index 28463db..c001007 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -19,7 +19,7 @@ 2, "single", { - "avoid-escape": true, + "avoidEscape": true, "allowTemplateLiterals": true } ]