From ddc3c780909c37468fd65f4b416a6c6d57fad28f Mon Sep 17 00:00:00 2001 From: Owen Gometz Date: Fri, 15 Nov 2024 19:14:18 -0500 Subject: [PATCH] modifed eslintrjson file further --- .eslintrc.json | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/.eslintrc.json b/.eslintrc.json index e140d41c7d..b7ccd81f91 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -47,10 +47,12 @@ "public/src/modules/alerts.js", "public/src/modules/api.js" ], - "rules": { - "no-var": "off", - "parser": "off", + "parserOptions": { + "ecmaVersion": 2021, "sourceType": "script" + }, + "rules": { + "no-var": "off" } } ]