From ff50809df8cb2ad3b2e587bfd1bd08c0c8506cd7 Mon Sep 17 00:00:00 2001 From: ShahanaFarooqui Date: Thu, 15 Dec 2022 16:05:47 -0800 Subject: [PATCH] Adding env for lint --- .eslintrc.json | 1 + 1 file changed, 1 insertion(+) diff --git a/.eslintrc.json b/.eslintrc.json index 6b4cfb99..f3abbaeb 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -15,6 +15,7 @@ "project": "./tsconfig.json", "createDefaultProgram": true }, + "env": { "es2022": true }, "plugins": ["deprecation"], "extends": [ "plugin:@angular-eslint/all",