From 19b2fbc69274c3c1848440ec1a87f1a291fe06dc Mon Sep 17 00:00:00 2001 From: shanec Date: Tue, 23 Apr 2024 20:26:36 -0400 Subject: [PATCH] fixed ecmaVersion for eslint Signed-off-by: shanec --- eslint.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eslint.config.js b/eslint.config.js index 4398c20..a39a38a 100644 --- a/eslint.config.js +++ b/eslint.config.js @@ -12,7 +12,7 @@ export default ts.config( parser: tsEslintParser, parserOptions: { sourceType: 'module', - ecmaVersion: 2020 + ecmaVersion: 2021, }, globals: { ...globals.browser,