aboutsummaryrefslogtreecommitdiffstats
path: root/vendor/twbs/bootstrap/site/docs/4.1/examples/.eslintrc.json
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/twbs/bootstrap/site/docs/4.1/examples/.eslintrc.json')
-rw-r--r--vendor/twbs/bootstrap/site/docs/4.1/examples/.eslintrc.json11
1 files changed, 11 insertions, 0 deletions
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"
+}