aboutsummaryrefslogtreecommitdiffstats
path: root/test/.eslintrc.json
diff options
context:
space:
mode:
Diffstat (limited to 'test/.eslintrc.json')
-rw-r--r--test/.eslintrc.json11
1 files changed, 10 insertions, 1 deletions
diff --git a/test/.eslintrc.json b/test/.eslintrc.json
index c3924fbc6..2c724626f 100644
--- a/test/.eslintrc.json
+++ b/test/.eslintrc.json
@@ -51,5 +51,14 @@
// Not really too many - waiting for autofix features for these rules
"lines-around-comment": "off",
"dot-notation": "off"
- }
+ },
+
+ "overrides": [
+ {
+ "files": ["data/core/jquery-iterability-transpiled-es6.js"],
+ "parserOptions": {
+ "ecmaVersion": 2015
+ }
+ }
+ ]
}