diff options
author | toasted-nutbread <toasted-nutbread@users.noreply.github.com> | 2020-02-11 22:19:47 -0500 |
---|---|---|
committer | toasted-nutbread <toasted-nutbread@users.noreply.github.com> | 2020-02-11 22:22:16 -0500 |
commit | e2ac478cb7635cbd15d0033bd2c486689a7b4e67 (patch) | |
tree | 93f278af16f2d83506113bd9f4079b944aee4e7f /.eslintrc.json | |
parent | ab9d2b38e04c9909d0a7f4cbb28fe069a6515b2a (diff) |
Define more globals
Diffstat (limited to '.eslintrc.json')
-rw-r--r-- | .eslintrc.json | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.eslintrc.json b/.eslintrc.json index 9b1a19b3..f502479d 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -49,6 +49,7 @@ "stringReverse": "readonly", "promiseTimeout": "readonly", "stringReplaceAsync": "readonly", + "parseUrl": "readonly", "EventDispatcher": "readonly", "EXTENSION_IS_BROWSER_EDGE": "readonly" } |