From b92fed7275417d3fbdcd5a0460d86c796fc95b0f Mon Sep 17 00:00:00 2001 From: Myrotvorets Date: Sun, 22 Dec 2024 17:54:22 +0200 Subject: [PATCH] Update eslint config --- eslint.config.mjs | 1 + 1 file changed, 1 insertion(+) diff --git a/eslint.config.mjs b/eslint.config.mjs index 8a24103..be63830 100644 --- a/eslint.config.mjs +++ b/eslint.config.mjs @@ -9,6 +9,7 @@ export default [ ...Config, { languageOptions: { + ecmaVersion: 2020, globals: { ...globals.node, },