aboutsummaryrefslogtreecommitdiff
path: root/.eslintrc.json
diff options
context:
space:
mode:
Diffstat (limited to '.eslintrc.json')
-rw-r--r--.eslintrc.json9
1 files changed, 2 insertions, 7 deletions
diff --git a/.eslintrc.json b/.eslintrc.json
index f9ca5814..94551803 100644
--- a/.eslintrc.json
+++ b/.eslintrc.json
@@ -99,16 +99,11 @@
"ext/mixed/js/dictionary-data-util.js"
],
"globals": {
- "errorToJson": "readonly",
- "jsonToError": "readonly",
+ "serializeError": "readonly",
+ "deserializeError": "readonly",
"isObject": "readonly",
- "hasOwn": "readonly",
"stringReverse": "readonly",
"promiseTimeout": "readonly",
- "parseUrl": "readonly",
- "areSetsEqual": "readonly",
- "getSetIntersection": "readonly",
- "getSetDifference": "readonly",
"escapeRegExp": "readonly",
"deferPromise": "readonly",
"clone": "readonly",