aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXhmikosR <[email protected]>2019-07-16 13:27:26 +0300
committerXhmikosR <[email protected]>2019-07-17 14:52:11 +0300
commitfe09d106dcfb1cd2a71f4793fe03910196cd7843 (patch)
tree1f586c152025fb7cea48ac596a2989a16012dd27
parentef98fbdb84f2a0fbfc25c879058e4e6c0e9003c9 (diff)
downloadbootstrap-fe09d106dcfb1cd2a71f4793fe03910196cd7843.tar.xz
bootstrap-fe09d106dcfb1cd2a71f4793fe03910196cd7843.zip
site/.eslintrc.json: specify ecmaVersion.
-rw-r--r--site/.eslintrc.json1
1 files changed, 1 insertions, 0 deletions
diff --git a/site/.eslintrc.json b/site/.eslintrc.json
index 9c5279551..56f36177e 100644
--- a/site/.eslintrc.json
+++ b/site/.eslintrc.json
@@ -1,6 +1,7 @@
{
"root": true,
"parserOptions": {
+ "ecmaVersion": 5,
"sourceType": "script"
},
"extends": [