summaryrefslogtreecommitdiff
path: root/.eslintrc.json
diff options
context:
space:
mode:
authortoasted-nutbread <toasted-nutbread@users.noreply.github.com>2020-11-09 21:47:25 -0500
committerGitHub <noreply@github.com>2020-11-09 21:47:25 -0500
commit219dfb4917f5b19da19b85ff223de663db561fe7 (patch)
tree5f1763073b4cb2e6b1347b27a6e535c51f524ae6 /.eslintrc.json
parenteb8069a4944c5060e9c3ff15814291c918c04068 (diff)
Add a core deepEqual function (#1018)
* Add a core deepEqual function * Add tests
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 2f8306f7..3723d97d 100644
--- a/.eslintrc.json
+++ b/.eslintrc.json
@@ -110,6 +110,7 @@
"escapeRegExp": "readonly",
"deferPromise": "readonly",
"clone": "readonly",
+ "deepEqual": "readonly",
"generateId": "readonly",
"promiseAnimationFrame": "readonly",
"DynamicProperty": "readonly",