aboutsummaryrefslogtreecommitdiff
path: root/themes/docsy/assets/vendor/bootstrap/site/docs/4.1/examples/.eslintrc.json
diff options
context:
space:
mode:
Diffstat (limited to 'themes/docsy/assets/vendor/bootstrap/site/docs/4.1/examples/.eslintrc.json')
-rw-r--r--themes/docsy/assets/vendor/bootstrap/site/docs/4.1/examples/.eslintrc.json11
1 files changed, 11 insertions, 0 deletions
diff --git a/themes/docsy/assets/vendor/bootstrap/site/docs/4.1/examples/.eslintrc.json b/themes/docsy/assets/vendor/bootstrap/site/docs/4.1/examples/.eslintrc.json
new file mode 100644
index 0000000..f04fd6a
--- /dev/null
+++ b/themes/docsy/assets/vendor/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"
+}