From c789970d54655291d2bc77badb0ca1194690096a Mon Sep 17 00:00:00 2001 From: Andrew Stoltman Date: Wed, 14 Feb 2024 13:27:08 -0500 Subject: [PATCH] Updated eslint browser env to include es6 standards --- html/.eslintrc.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/html/.eslintrc.json b/html/.eslintrc.json index f31cdc708e..7253e26565 100644 --- a/html/.eslintrc.json +++ b/html/.eslintrc.json @@ -1,6 +1,7 @@ { "env": { - "browser": true + "browser": true, + "es6": true }, "globals": { "AppKernel": false,