summaryrefslogtreecommitdiffstats
path: root/vnfmarket/common/thirdparty/jquery/src/.eslintrc.json
diff options
context:
space:
mode:
Diffstat (limited to 'vnfmarket/common/thirdparty/jquery/src/.eslintrc.json')
-rw-r--r--vnfmarket/common/thirdparty/jquery/src/.eslintrc.json18
1 files changed, 18 insertions, 0 deletions
diff --git a/vnfmarket/common/thirdparty/jquery/src/.eslintrc.json b/vnfmarket/common/thirdparty/jquery/src/.eslintrc.json
new file mode 100644
index 00000000..dbf16c58
--- /dev/null
+++ b/vnfmarket/common/thirdparty/jquery/src/.eslintrc.json
@@ -0,0 +1,18 @@
+{
+ // Support: IE <=9 only, Android <=4.0 only
+ // The above browsers are failing a lot of tests in the ES5
+ // test suite at http://test262.ecmascript.org.
+ "parserOptions": {
+ "ecmaVersion": 3
+ },
+ "globals": {
+ "window": true,
+ "jQuery": true,
+ "define": true,
+ "module": true,
+ "noGlobal": true
+ },
+ "rules": {
+ "strict": ["error", "function"]
+ }
+}