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:
Diffstat (limited to 'site/docs/4.1/examples/.eslintrc.json')
-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"
-}