diff options
author | toasted-nutbread <toasted-nutbread@users.noreply.github.com> | 2020-09-22 22:59:07 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-09-22 22:59:07 -0400 |
commit | c8b738ddf7a6d92d84a1d599e4d59889f6195ce5 (patch) | |
tree | 9fe901872772ba5a2cfe0185bf14ac91478ad46b /.eslintrc.json | |
parent | 7d78e8737f2bb9cd75313c61e3cbf31be5db72f9 (diff) |
Remove unused toIterable function (#857)
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 9363318b..2f8306f7 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -101,7 +101,6 @@ "jsonToError": "readonly", "isObject": "readonly", "hasOwn": "readonly", - "toIterable": "readonly", "stringReverse": "readonly", "promiseTimeout": "readonly", "parseUrl": "readonly", |