From 861d4b856c5602b8f8870c92cf62cc2510163f4c Mon Sep 17 00:00:00 2001 From: Ankush Menat Date: Wed, 11 May 2022 19:32:51 +0530 Subject: [PATCH] chore: bump ecma version we transpile to es2017, so allow use of es2020 --- .eslintrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.eslintrc b/.eslintrc index 46fb354c11..276d6ff372 100644 --- a/.eslintrc +++ b/.eslintrc @@ -5,7 +5,7 @@ "es6": true }, "parserOptions": { - "ecmaVersion": 9, + "ecmaVersion": 11, "sourceType": "module" }, "extends": "eslint:recommended",