From ed270578b975708fd490397e3f208bcdb4752533 Mon Sep 17 00:00:00 2001 From: Tomi Amao Date: Tue, 29 Oct 2024 18:54:36 +0000 Subject: [PATCH] fix: removed root key in eslint config file --- .eslintrc.cjs | 1 - 1 file changed, 1 deletion(-) diff --git a/.eslintrc.cjs b/.eslintrc.cjs index 16cde38..bac7781 100644 --- a/.eslintrc.cjs +++ b/.eslintrc.cjs @@ -9,7 +9,6 @@ module.exports = { rules: { "no-async-promise-executor": "warn", }, - root: true, parserOptions: { ecmaVersion: "latest", sourceType: "module",