From e04e0615fdea44567bfb2fd1f868e3ab6751bda3 Mon Sep 17 00:00:00 2001 From: Feross Aboukhadijeh Date: Tue, 13 Aug 2019 14:58:31 -0700 Subject: [PATCH] ecmaVersion: 2019 --- eslintrc.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eslintrc.json b/eslintrc.json index 68fff899..72984f28 100644 --- a/eslintrc.json +++ b/eslintrc.json @@ -1,6 +1,6 @@ { "parserOptions": { - "ecmaVersion": 2018, + "ecmaVersion": 2019, "ecmaFeatures": { "jsx": true },