From 8521e9d247860cb95fed2a90ea299ad8cc374b00 Mon Sep 17 00:00:00 2001 From: Nathan Walters Date: Fri, 3 Nov 2023 14:41:10 -0700 Subject: [PATCH] Update .eslintrc.json to use es2021 globals --- .eslintrc.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.eslintrc.json b/.eslintrc.json index 17eca479a..e5e65bdc9 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -2,7 +2,7 @@ "env": { "browser": true, "node": true, - "es6": "es2021" + "es2021": true }, "parser": "@babel/eslint-parser", "parserOptions": {