]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
site/.eslintrc.json: specify ecmaVersion.
authorXhmikosR <xhmikosr@gmail.com>
Tue, 16 Jul 2019 10:27:26 +0000 (13:27 +0300)
committerXhmikosR <xhmikosr@gmail.com>
Wed, 17 Jul 2019 11:52:11 +0000 (14:52 +0300)
site/.eslintrc.json

index 9c52795518013a5a34c9974997f0dd025398e498..56f36177e37d667405ac8766e6dfc83927bf18c1 100644 (file)
@@ -1,6 +1,7 @@
 {
   "root": true,
   "parserOptions": {
+    "ecmaVersion": 5,
     "sourceType": "script"
   },
   "extends": [