summaryrefslogtreecommitdiff
path: root/.eslintrc.json
diff options
context:
space:
mode:
authortoasted-nutbread <toasted-nutbread@users.noreply.github.com>2020-08-22 17:50:56 -0400
committerGitHub <noreply@github.com>2020-08-22 17:50:56 -0400
commita96e1c20a7239254690822dac249c03a789ebd47 (patch)
treebed37bc1194c9cb580f608c520496f9a13fb908e /.eslintrc.json
parentf0c974d319d9fb4c50c9a4a8f665a642edb77d58 (diff)
Dynamic property (#749)
* Add DynamicProperty class * Add tests for DynamicProperty
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 2ff44ead..663e9003 100644
--- a/.eslintrc.json
+++ b/.eslintrc.json
@@ -108,6 +108,7 @@
"deferPromise": "readonly",
"clone": "readonly",
"generateId": "readonly",
+ "DynamicProperty": "readonly",
"EventDispatcher": "readonly",
"EventListenerCollection": "readonly"
}