aboutsummaryrefslogtreecommitdiffstats
path: root/test/.eslintrc.json
diff options
context:
space:
mode:
Diffstat (limited to 'test/.eslintrc.json')
-rw-r--r--test/.eslintrc.json10
1 files changed, 10 insertions, 0 deletions
diff --git a/test/.eslintrc.json b/test/.eslintrc.json
index a6d8fc872..f5a3fa591 100644
--- a/test/.eslintrc.json
+++ b/test/.eslintrc.json
@@ -63,6 +63,16 @@
"parserOptions": {
"ecmaVersion": 2015
}
+ },
+
+ {
+ "files": [
+ "jquery.js",
+ "data/testinit.js"
+ ],
+ "parserOptions": {
+ "ecmaVersion": 2020
+ }
}
]
}