From 641f4668c65da6c058abdcfd9bce7530c6a0bfc8 Mon Sep 17 00:00:00 2001 From: Timur Shemsedinov Date: Sun, 10 Dec 2023 23:09:54 +0200 Subject: [PATCH] Add "es2020" to eslint configuration PR-URL: https://github.com/metarhia/metavm/pull/120 --- .eslintrc.json | 1 + 1 file changed, 1 insertion(+) diff --git a/.eslintrc.json b/.eslintrc.json index cc886ea..ed3e909 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -3,6 +3,7 @@ "env": { "browser": true, "es6": true, + "es2020": true, "node": true }, "parserOptions": {