From f48e480f7fe629c36692ff00f1b5a3621ae5b6ba Mon Sep 17 00:00:00 2001 From: Stan Date: Fri, 10 May 2024 10:10:49 +0000 Subject: [PATCH] Update eslintrc.json to allow for class properties in JavaScript. Refs: https://code.wildfiregames.com/D4770 This was SVN commit r28084. --- build/arclint/configs/eslintrc.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/arclint/configs/eslintrc.json b/build/arclint/configs/eslintrc.json index 1e1dcb01dc..2db5faa384 100644 --- a/build/arclint/configs/eslintrc.json +++ b/build/arclint/configs/eslintrc.json @@ -1,6 +1,6 @@ { "parserOptions": { - "ecmaVersion": 2020 + "ecmaVersion": 2022 }, "plugins": [ "brace-rules"