diff options
author | AUTOMATIC1111 <16777216c@gmail.com> | 2023-08-05 05:48:03 +0000 |
---|---|---|
committer | AUTOMATIC1111 <16777216c@gmail.com> | 2023-08-05 05:48:03 +0000 |
commit | e053e21af6563e9b42347b484f307fdcabb85f3c (patch) | |
tree | c13344a5280d052002e3ccac7dc4da0d83c5d664 /.eslintrc.js | |
parent | a32f270a4758597ff97dfc55894e3cacf118ce5c (diff) | |
download | stable-diffusion-webui-gfx803-e053e21af6563e9b42347b484f307fdcabb85f3c.tar.gz stable-diffusion-webui-gfx803-e053e21af6563e9b42347b484f307fdcabb85f3c.tar.bz2 stable-diffusion-webui-gfx803-e053e21af6563e9b42347b484f307fdcabb85f3c.zip |
put localStorage stuff into its own file
Diffstat (limited to '.eslintrc.js')
-rw-r--r-- | .eslintrc.js | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.eslintrc.js b/.eslintrc.js index f33aca09..e3b4fb76 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -87,5 +87,9 @@ module.exports = { modalNextImage: "readonly", // token-counters.js setupTokenCounters: "readonly", + // localStorage.js + localSet: "readonly", + localGet: "readonly", + localRemove: "readonly" } }; |