From 54fa28441c5f0bdcd9687615f4a6b7a0fab024a3 Mon Sep 17 00:00:00 2001 From: Mario Vavti Date: Fri, 7 Sep 2018 11:26:02 +0200 Subject: install bootstrap via composer --- vendor/twbs/bootstrap/site/docs/4.1/examples/.eslintrc.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 vendor/twbs/bootstrap/site/docs/4.1/examples/.eslintrc.json (limited to 'vendor/twbs/bootstrap/site/docs/4.1/examples/.eslintrc.json') diff --git a/vendor/twbs/bootstrap/site/docs/4.1/examples/.eslintrc.json b/vendor/twbs/bootstrap/site/docs/4.1/examples/.eslintrc.json new file mode 100644 index 000000000..f04fd6ae1 --- /dev/null +++ b/vendor/twbs/bootstrap/site/docs/4.1/examples/.eslintrc.json @@ -0,0 +1,11 @@ +{ + "env": { + "es6": false, + "jquery": true + }, + "parserOptions": { + "ecmaVersion": 5, + "sourceType": "script" + }, + "extends": "../../../js/tests/unit/.eslintrc.json" +} -- cgit v1.2.3