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:
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": {