From d61a2e01d77d177d1d0dcafc139ceda74584d5ec Mon Sep 17 00:00:00 2001 From: Feross Aboukhadijeh Date: Wed, 21 Oct 2020 11:29:34 -1000 Subject: [PATCH] Support EcmaScript 2021 Fixes: https://github.com/standard/standard/issues/1551 --- eslintrc.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eslintrc.json b/eslintrc.json index ca87b71b..1d25750e 100644 --- a/eslintrc.json +++ b/eslintrc.json @@ -1,6 +1,6 @@ { "parserOptions": { - "ecmaVersion": 2020, + "ecmaVersion": 2021, "ecmaFeatures": { "jsx": true },