aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--eslint.config.js4
1 files changed, 3 insertions, 1 deletions
diff --git a/eslint.config.js b/eslint.config.js
index ceb943dbb..575c93fa4 100644
--- a/eslint.config.js
+++ b/eslint.config.js
@@ -159,11 +159,13 @@ export default [
"test/data/core/jquery-iterability-transpiled.js"
],
languageOptions: {
- ecmaVersion: 2015,
+ ecmaVersion: 5,
sourceType: "script",
globals: {
...globals.browser,
require: false,
+ Promise: false,
+ Symbol: false,
trustedTypes: false,
QUnit: false,
ajaxTest: false,