aboutsummaryrefslogtreecommitdiff
path: root/.eslintrc.json
diff options
context:
space:
mode:
authortoasted-nutbread <toasted-nutbread@users.noreply.github.com>2020-08-22 15:49:24 -0400
committerGitHub <noreply@github.com>2020-08-22 15:49:24 -0400
commitf0c974d319d9fb4c50c9a4a8f665a642edb77d58 (patch)
tree71855fd155b8072e9ce627a6643938065ef44b5d /.eslintrc.json
parent9fa0f2a56a79159227f1f42455157fe9c84132d3 (diff)
Move generateId to core.js (#748)
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 126e1a3e..2ff44ead 100644
--- a/.eslintrc.json
+++ b/.eslintrc.json
@@ -107,6 +107,7 @@
"escapeRegExp": "readonly",
"deferPromise": "readonly",
"clone": "readonly",
+ "generateId": "readonly",
"EventDispatcher": "readonly",
"EventListenerCollection": "readonly"
}