diff options
| author | XhmikosR <[email protected]> | 2018-11-28 13:05:31 +0200 |
|---|---|---|
| committer | XhmikosR <[email protected]> | 2018-11-28 14:33:29 +0200 |
| commit | 7492c1208941eab958e2e11ec945f09da4b68b88 (patch) | |
| tree | 9812859c4f6130bb4b80a54a0eddb4548cd7d2e8 | |
| parent | 05dfae314644e108b8d7686fb4249ff90b907672 (diff) | |
| download | bootstrap-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.json | 11 |
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" -} |
