Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXhmikosR <xhmikosr@gmail.com>2019-07-16 13:27:26 +0300
committerXhmikosR <xhmikosr@gmail.com>2019-07-17 14:52:11 +0300
commitfe09d106dcfb1cd2a71f4793fe03910196cd7843 (patch)
tree1f586c152025fb7cea48ac596a2989a16012dd27 /site/.eslintrc.json
parentef98fbdb84f2a0fbfc25c879058e4e6c0e9003c9 (diff)
site/.eslintrc.json: specify ecmaVersion.
Diffstat (limited to 'site/.eslintrc.json')
-rw-r--r--site/.eslintrc.json1
1 files changed, 1 insertions, 0 deletions
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": [