aboutsummaryrefslogtreecommitdiff
path: root/.eslintrc.js
diff options
context:
space:
mode:
authorAarni Koskela <akx@iki.fi>2023-05-19 13:01:36 +0300
committerAarni Koskela <akx@iki.fi>2023-05-19 13:05:26 +0300
commit563e88dd91c80856697ec4f879de9a0516ebef5b (patch)
tree9d013b0f7210e9aa3cb1b13566e768f60d1c1b43 /.eslintrc.js
parent3909c2b2a08eff2334020b7c8484569f8891a80c (diff)
Replace args_to_array (and facsimiles) with Array.from
Diffstat (limited to '.eslintrc.js')
-rw-r--r--.eslintrc.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/.eslintrc.js b/.eslintrc.js
index fe9978fa..944cc869 100644
--- a/.eslintrc.js
+++ b/.eslintrc.js
@@ -62,7 +62,6 @@ module.exports = {
all_gallery_buttons: "readonly",
selected_gallery_button: "readonly",
selected_gallery_index: "readonly",
- args_to_array: "readonly",
switch_to_txt2img: "readonly",
switch_to_img2img_tab: "readonly",
switch_to_img2img: "readonly",