From 14c3f201f808bf4dba6c67feac331616e19462e3 Mon Sep 17 00:00:00 2001 From: Feross Aboukhadijeh Date: Wed, 21 Oct 2020 13:11:25 -1000 Subject: [PATCH] use es2021 globals Fixes https://github.com/standard/standard/issues/1557 --- eslintrc.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eslintrc.json b/eslintrc.json index 12a11587..00aaaf9c 100644 --- a/eslintrc.json +++ b/eslintrc.json @@ -8,7 +8,7 @@ }, "env": { - "es2020": true, + "es2021": true, "node": true },