From fe09d106dcfb1cd2a71f4793fe03910196cd7843 Mon Sep 17 00:00:00 2001 From: XhmikosR Date: Tue, 16 Jul 2019 13:27:26 +0300 Subject: site/.eslintrc.json: specify ecmaVersion. --- site/.eslintrc.json | 1 + 1 file changed, 1 insertion(+) (limited to 'site/.eslintrc.json') diff --git a/site/.eslintrc.json b/site/.eslintrc.json index 9c52795518..56f36177e3 100644 --- a/site/.eslintrc.json +++ b/site/.eslintrc.json @@ -1,6 +1,7 @@ { "root": true, "parserOptions": { + "ecmaVersion": 5, "sourceType": "script" }, "extends": [ -- cgit v1.2.3