diff options
Diffstat (limited to 'vendor/twbs/bootstrap/.eslintrc.json')
-rw-r--r-- | vendor/twbs/bootstrap/.eslintrc.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vendor/twbs/bootstrap/.eslintrc.json b/vendor/twbs/bootstrap/.eslintrc.json index 055acc706..6c9c24d46 100644 --- a/vendor/twbs/bootstrap/.eslintrc.json +++ b/vendor/twbs/bootstrap/.eslintrc.json @@ -108,7 +108,7 @@ "node": true }, "parserOptions": { - "sourceType": "script" + "sourceType": "module" }, "rules": { "no-console": "off", |