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 38ba819fd..bfd2d333a 100644 --- a/vendor/twbs/bootstrap/.eslintrc.json +++ b/vendor/twbs/bootstrap/.eslintrc.json @@ -5,7 +5,7 @@ "browser": true, "es6": true }, - "extends": ["eslint:recommended", "plugin:compat/recommended"], + "extends": ["eslint:recommended"], "rules": { // Possible Errors "no-await-in-loop": "error", |