diff options
Diffstat (limited to '.eslintrc.json')
-rw-r--r-- | .eslintrc.json | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/.eslintrc.json b/.eslintrc.json index e2197916..fca1449b 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -111,9 +111,11 @@ "deepEqual": "readonly", "generateId": "readonly", "promiseAnimationFrame": "readonly", + "log": "readonly", "DynamicProperty": "readonly", "EventDispatcher": "readonly", - "EventListenerCollection": "readonly" + "EventListenerCollection": "readonly", + "Logger": "readonly" } }, { |