aboutsummaryrefslogtreecommitdiffstats
path: root/.eslintrc.js
diff options
context:
space:
mode:
authorAarni Koskela <akx@iki.fi>2023-05-19 10:01:36 +0000
committerAarni Koskela <akx@iki.fi>2023-05-19 10:05:26 +0000
commit563e88dd91c80856697ec4f879de9a0516ebef5b (patch)
tree9d013b0f7210e9aa3cb1b13566e768f60d1c1b43 /.eslintrc.js
parent3909c2b2a08eff2334020b7c8484569f8891a80c (diff)
downloadstable-diffusion-webui-gfx803-563e88dd91c80856697ec4f879de9a0516ebef5b.tar.gz
stable-diffusion-webui-gfx803-563e88dd91c80856697ec4f879de9a0516ebef5b.tar.bz2
stable-diffusion-webui-gfx803-563e88dd91c80856697ec4f879de9a0516ebef5b.zip
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",