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>2018-08-12 21:28:57 +0300
committerXhmikosR <xhmikosr@gmail.com>2018-08-12 22:22:12 +0300
commitb442ce3130808dc28fe897f610bef1e9ab9c792f (patch)
tree67955bad51a6e6c2bbcbbf456574d90a92dac6d3 /build/.eslintrc.json
parentacd19de6a9258056583f479b4b2faa0bec7bfb07 (diff)
build/*.js: set `sourceType` to module.
Diffstat (limited to 'build/.eslintrc.json')
-rw-r--r--build/.eslintrc.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/build/.eslintrc.json b/build/.eslintrc.json
index 76e7f37b63..220b6e1e56 100644
--- a/build/.eslintrc.json
+++ b/build/.eslintrc.json
@@ -4,7 +4,7 @@
"node": true
},
"parserOptions": {
- "sourceType": "script"
+ "sourceType": "module"
},
"extends": "../.eslintrc.json",
"rules": {