From 0477c8c9270d286a56bafe96ae4f37073b08ecf4 Mon Sep 17 00:00:00 2001 From: Yavor Ivanov Date: Thu, 1 Aug 2024 13:30:15 +0300 Subject: [PATCH] Use ECMAScript 2023 for linting --- eslint.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eslint.config.js b/eslint.config.js index a63fce43..582eb22b 100644 --- a/eslint.config.js +++ b/eslint.config.js @@ -19,7 +19,7 @@ export default [ ...globals.node, }, - ecmaVersion: 2022, + ecmaVersion: 2023, sourceType: "module", },