aboutsummaryrefslogtreecommitdiffstats
path: root/vendor/twbs/bootstrap/site/docs/4.1/examples/.eslintrc.json
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/twbs/bootstrap/site/docs/4.1/examples/.eslintrc.json')
-rw-r--r--vendor/twbs/bootstrap/site/docs/4.1/examples/.eslintrc.json11
1 files changed, 0 insertions, 11 deletions
diff --git a/vendor/twbs/bootstrap/site/docs/4.1/examples/.eslintrc.json b/vendor/twbs/bootstrap/site/docs/4.1/examples/.eslintrc.json
deleted file mode 100644
index f04fd6ae1..000000000
--- a/vendor/twbs/bootstrap/site/docs/4.1/examples/.eslintrc.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "env": {
- "es6": false,
- "jquery": true
- },
- "parserOptions": {
- "ecmaVersion": 5,
- "sourceType": "script"
- },
- "extends": "../../../js/tests/unit/.eslintrc.json"
-}