From 42cbf6ce0db3f546deeafbadef119f8121f40b98 Mon Sep 17 00:00:00 2001 From: Brian Mancini Date: Tue, 18 Aug 2020 14:57:08 -0400 Subject: [PATCH] chore: update eslint target version --- .eslintrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.eslintrc b/.eslintrc index 6e5d35ae..a7f62c57 100644 --- a/.eslintrc +++ b/.eslintrc @@ -1,6 +1,6 @@ { "parserOptions": { - "ecmaVersion": 8, + "ecmaVersion": 2019, "sourceType": "module" }, "env": {