From 4f444cbe3141a22a5c267f4375f351bb5155a304 Mon Sep 17 00:00:00 2001 From: zelfroster Date: Tue, 18 Apr 2023 14:53:19 +0530 Subject: [PATCH] fix: update ecmaVersion to support latest features in js such as optional chaining etc --- webui-src/.eslintrc.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webui-src/.eslintrc.json b/webui-src/.eslintrc.json index 3b315cb..ac99773 100644 --- a/webui-src/.eslintrc.json +++ b/webui-src/.eslintrc.json @@ -13,7 +13,7 @@ "document": "readonly" }, "parserOptions": { - "ecmaVersion": 2018 + "ecmaVersion": 2020 }, "ignorePatterns": ["mithril.js", "assets/*", "make-src/*"], "rules": {