Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXhmikosR <xhmikosr@gmail.com>2018-11-28 14:05:31 +0300
committerXhmikosR <xhmikosr@gmail.com>2018-11-28 15:33:29 +0300
commit7492c1208941eab958e2e11ec945f09da4b68b88 (patch)
tree9812859c4f6130bb4b80a54a0eddb4548cd7d2e8
parent05dfae314644e108b8d7686fb4249ff90b907672 (diff)
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 7461ae627b..0000000000
--- 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"
-}