From 998da3037c23e41c8dd0344c9640f657df05c436 Mon Sep 17 00:00:00 2001 From: Homyee King Date: Fri, 1 Apr 2022 20:55:45 +0800 Subject: [PATCH] chore(eslint): set root (#4515) --- .eslintrc.json | 1 + 1 file changed, 1 insertion(+) diff --git a/.eslintrc.json b/.eslintrc.json index 6376fbf68..e2df15458 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -1,3 +1,4 @@ { + "root": true, "extends": "@pnpm/eslint-config" }