diff options
author | toasted-nutbread <toasted-nutbread@users.noreply.github.com> | 2020-03-07 15:23:32 -0500 |
---|---|---|
committer | toasted-nutbread <toasted-nutbread@users.noreply.github.com> | 2020-03-07 21:47:48 -0500 |
commit | 8f9b6534c64dd871db92729714b46d400a52e30e (patch) | |
tree | b07759046d5f90f72878d4b0725383c76994889b /.eslintrc.json | |
parent | 7ac1c843a92cbefd0a625f06b5093217b585f7cf (diff) |
Move stringReplaceAsync
It is only used in AnkiNoteBuilder and it was originally created
for this purpose.
Diffstat (limited to '.eslintrc.json')
-rw-r--r-- | .eslintrc.json | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/.eslintrc.json b/.eslintrc.json index 4ee1f982..2730acb5 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -86,7 +86,6 @@ "toIterable": "readonly", "stringReverse": "readonly", "promiseTimeout": "readonly", - "stringReplaceAsync": "readonly", "parseUrl": "readonly", "EventDispatcher": "readonly", "EventListenerCollection": "readonly", |