From: XhmikosR Date: Tue, 16 Jul 2019 10:27:26 +0000 (+0300) Subject: site/.eslintrc.json: specify ecmaVersion. X-Git-Tag: v5.0.0-alpha1~1019 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fe09d106dcfb1cd2a71f4793fe03910196cd7843;p=thirdparty%2Fbootstrap.git site/.eslintrc.json: specify ecmaVersion. --- 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": [