From: XhmikosR Date: Wed, 28 Nov 2018 11:05:31 +0000 (+0200) Subject: Remove unneeded ESLint config file. X-Git-Tag: v4.2.0~53 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7492c1208941eab958e2e11ec945f09da4b68b88;p=thirdparty%2Fbootstrap.git Remove unneeded ESLint config file. We have /site/.eslintrc.json that covers this. --- 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" -}