From e5173d706c0eb463f86c3751d34745341f166c14 Mon Sep 17 00:00:00 2001 From: Anton Tananaev Date: Fri, 7 Feb 2025 07:07:22 -0800 Subject: [PATCH] Fix legacy lint --- legacy/.eslintrc.json | 1 + 1 file changed, 1 insertion(+) diff --git a/legacy/.eslintrc.json b/legacy/.eslintrc.json index e004ba3e..46f7da8b 100644 --- a/legacy/.eslintrc.json +++ b/legacy/.eslintrc.json @@ -1,4 +1,5 @@ { + "root": true, "extends": "eslint:all", "env": { "browser": true