aboutsummaryrefslogtreecommitdiff
path: root/.eslintrc.json
diff options
context:
space:
mode:
authortoasted-nutbread <toasted-nutbread@users.noreply.github.com>2020-08-23 12:43:53 -0400
committerGitHub <noreply@github.com>2020-08-23 12:43:53 -0400
commit934355dd09aa8b7e8993759b678af063b56b9fc6 (patch)
treecf08d4559a455686dd86c52a543ab6868b6c5df9 /.eslintrc.json
parent1ab853a4d5bb0fdfe329282be2ae213ec1563252 (diff)
Add promiseAnimationFrame function (#752)
Diffstat (limited to '.eslintrc.json')
-rw-r--r--.eslintrc.json1
1 files changed, 1 insertions, 0 deletions
diff --git a/.eslintrc.json b/.eslintrc.json
index 663e9003..558fd928 100644
--- a/.eslintrc.json
+++ b/.eslintrc.json
@@ -108,6 +108,7 @@
"deferPromise": "readonly",
"clone": "readonly",
"generateId": "readonly",
+ "promiseAnimationFrame": "readonly",
"DynamicProperty": "readonly",
"EventDispatcher": "readonly",
"EventListenerCollection": "readonly"