diff options
author | toasted-nutbread <toasted-nutbread@users.noreply.github.com> | 2020-03-07 21:52:47 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-03-07 21:52:47 -0500 |
commit | a0d8caffb4f83e0e7219318fa08839ee93e653b8 (patch) | |
tree | 3c242c084c10793d1396d7caf7d8e7bce2c07f29 /.eslintrc.json | |
parent | d022d61b1a66614e1837585afcb53a25253b643a (diff) | |
parent | 426c1534e7d740fa2c30488a64ad4fa6a382deed (diff) |
Merge pull request #400 from toasted-nutbread/template-render-refactor
Template render refactor
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", |