aboutsummaryrefslogtreecommitdiffstats
path: root/.eslintrc.js
diff options
context:
space:
mode:
authorAUTOMATIC1111 <16777216c@gmail.com>2023-10-01 07:15:23 +0000
committerAUTOMATIC1111 <16777216c@gmail.com>2023-10-01 07:15:23 +0000
commitc7e810a9856641fbaf520976fde24c5536a4fd56 (patch)
tree029267621d708f4334a7d8941011d1fc848802d6 /.eslintrc.js
parent7026b964761b107a7cb129e89bdfab79f02de385 (diff)
downloadstable-diffusion-webui-gfx803-c7e810a9856641fbaf520976fde24c5536a4fd56.tar.gz
stable-diffusion-webui-gfx803-c7e810a9856641fbaf520976fde24c5536a4fd56.tar.bz2
stable-diffusion-webui-gfx803-c7e810a9856641fbaf520976fde24c5536a4fd56.zip
add onEdit function for js and rework token-counter.js to use it
Diffstat (limited to '.eslintrc.js')
-rw-r--r--.eslintrc.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/.eslintrc.js b/.eslintrc.js
index 4777c276..cf839769 100644
--- a/.eslintrc.js
+++ b/.eslintrc.js
@@ -74,6 +74,7 @@ module.exports = {
create_submit_args: "readonly",
restart_reload: "readonly",
updateInput: "readonly",
+ onEdit: "readonly",
//extraNetworks.js
requestGet: "readonly",
popup: "readonly",