From 3ce902123f9af5212c6a84e4ffe616b98d7381ea Mon Sep 17 00:00:00 2001 From: Lauri Ojansivu Date: Fri, 8 Feb 2019 12:44:48 +0200 Subject: Lint also async. Thanks to Akuket ! --- .eslintrc.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.eslintrc.json') diff --git a/.eslintrc.json b/.eslintrc.json index 6a1df879..364f82a9 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -6,7 +6,7 @@ "browser": true }, "parserOptions": { - "ecmaVersion": 6, + "ecmaVersion": 2017, "sourceType": "module", "ecmaFeatures": { "experimentalObjectRestSpread": true -- cgit v1.2.3-1-g7c22