From f48f5c89b8c47337ecfa09df218101db73fd35d4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dafydd=20Ll=C5=B7r=20Pearson?= Date: Thu, 14 Dec 2023 13:17:38 +0000 Subject: [PATCH] chore: Don't error on unused vars in Editor [skip pizza] (#2567) --- editor.planx.uk/.eslintrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/editor.planx.uk/.eslintrc b/editor.planx.uk/.eslintrc index d0141dc994..56e7548930 100644 --- a/editor.planx.uk/.eslintrc +++ b/editor.planx.uk/.eslintrc @@ -55,7 +55,7 @@ } ], "@typescript-eslint/no-unused-vars": [ - "error", + "warn", { "varsIgnorePattern": "^_", "argsIgnorePattern": "^_"