From b6c1610817e41fe53158893b1b7ae9bc483e3031 Mon Sep 17 00:00:00 2001 From: Daniel Date: Tue, 17 Dec 2019 14:24:04 +0100 Subject: [PATCH] updates parser version --- .eslintrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.eslintrc b/.eslintrc index 79cf25fe..7e6f79e2 100644 --- a/.eslintrc +++ b/.eslintrc @@ -6,7 +6,7 @@ "jest": true }, "parserOptions": { - "ecmaVersion": 2017 + "ecmaVersion": 2018 }, "globals": { "SELECT": true,