summaryrefslogtreecommitdiff
path: root/.eslintrc.json
diff options
context:
space:
mode:
authortoasted-nutbread <toasted-nutbread@users.noreply.github.com>2020-03-28 13:20:42 -0400
committertoasted-nutbread <toasted-nutbread@users.noreply.github.com>2020-03-28 14:50:10 -0400
commita339bf69d3841fa97ce9f6673472bd451b813937 (patch)
treedd9bb884d09b90e8adc0e58d40da0a2dcc0be6e3 /.eslintrc.json
parent2c4983da46c076298532f6357c594d81d4676eee (diff)
Move set functions into core.js
Diffstat (limited to '.eslintrc.json')
-rw-r--r--.eslintrc.json2
1 files changed, 2 insertions, 0 deletions
diff --git a/.eslintrc.json b/.eslintrc.json
index db8ff1fa..045fd6e3 100644
--- a/.eslintrc.json
+++ b/.eslintrc.json
@@ -87,6 +87,8 @@
"stringReverse": "readonly",
"promiseTimeout": "readonly",
"parseUrl": "readonly",
+ "areSetsEqual": "readonly",
+ "getSetIntersection": "readonly",
"EventDispatcher": "readonly",
"EventListenerCollection": "readonly",
"EXTENSION_IS_BROWSER_EDGE": "readonly"