diff options
Diffstat (limited to '.eslintrc.json')
-rw-r--r-- | .eslintrc.json | 9 |
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", |