diff options
Diffstat (limited to 'vendor/twbs/bootstrap/build/.eslintrc.json')
-rw-r--r-- | vendor/twbs/bootstrap/build/.eslintrc.json | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/vendor/twbs/bootstrap/build/.eslintrc.json b/vendor/twbs/bootstrap/build/.eslintrc.json index dec6323d0..679bd26f7 100644 --- a/vendor/twbs/bootstrap/build/.eslintrc.json +++ b/vendor/twbs/bootstrap/build/.eslintrc.json @@ -9,7 +9,6 @@ "extends": "../.eslintrc.json", "rules": { "no-console": "off", - "strict": "error", - "unicorn/prefer-top-level-await": "off" + "strict": "error" } } |