aboutsummaryrefslogtreecommitdiffstats
path: root/vnfmarket/src/main/webapp/vnfmarket/common/thirdparty/bootstrap/docs/4.0/examples/.eslintrc.json
diff options
context:
space:
mode:
Diffstat (limited to 'vnfmarket/src/main/webapp/vnfmarket/common/thirdparty/bootstrap/docs/4.0/examples/.eslintrc.json')
-rw-r--r--vnfmarket/src/main/webapp/vnfmarket/common/thirdparty/bootstrap/docs/4.0/examples/.eslintrc.json11
1 files changed, 11 insertions, 0 deletions
diff --git a/vnfmarket/src/main/webapp/vnfmarket/common/thirdparty/bootstrap/docs/4.0/examples/.eslintrc.json b/vnfmarket/src/main/webapp/vnfmarket/common/thirdparty/bootstrap/docs/4.0/examples/.eslintrc.json
new file mode 100644
index 00000000..f04fd6ae
--- /dev/null
+++ b/vnfmarket/src/main/webapp/vnfmarket/common/thirdparty/bootstrap/docs/4.0/examples/.eslintrc.json
@@ -0,0 +1,11 @@
+{
+ "env": {
+ "es6": false,
+ "jquery": true
+ },
+ "parserOptions": {
+ "ecmaVersion": 5,
+ "sourceType": "script"
+ },
+ "extends": "../../../js/tests/unit/.eslintrc.json"
+}