aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXhmikosR <[email protected]>2018-11-28 13:05:31 +0200
committerXhmikosR <[email protected]>2018-11-28 14:33:29 +0200
commit7492c1208941eab958e2e11ec945f09da4b68b88 (patch)
tree9812859c4f6130bb4b80a54a0eddb4548cd7d2e8
parent05dfae314644e108b8d7686fb4249ff90b907672 (diff)
downloadbootstrap-7492c1208941eab958e2e11ec945f09da4b68b88.tar.xz
bootstrap-7492c1208941eab958e2e11ec945f09da4b68b88.zip
Remove unneeded ESLint config file.
We have /site/.eslintrc.json that covers this.
-rw-r--r--site/docs/4.1/examples/.eslintrc.json11
1 files changed, 0 insertions, 11 deletions
diff --git a/site/docs/4.1/examples/.eslintrc.json b/site/docs/4.1/examples/.eslintrc.json
deleted file mode 100644
index 7461ae627..000000000
--- a/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"
-}