diff options
author | AUTOMATIC <16777216c@gmail.com> | 2023-05-19 09:54:55 +0300 |
---|---|---|
committer | AUTOMATIC <16777216c@gmail.com> | 2023-05-19 09:54:55 +0300 |
commit | 994f56c3f930a4f130f34ad7c8e2ec86db3db3e7 (patch) | |
tree | d3a457bb6d224554b0268dae4f35d95019c89d40 /.eslintrc.js | |
parent | fe7bcbe340d242560d9818411162206a12e3a146 (diff) |
linter fixes
Diffstat (limited to '.eslintrc.js')
-rw-r--r-- | .eslintrc.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.eslintrc.js b/.eslintrc.js index 78275554..9e7ab34d 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -56,6 +56,7 @@ module.exports = { onOptionsChanged: "writable", uiCurrentTab: "writable", uiElementIsVisible: "writable", + uiElementInSight: "writable", executeCallbacks: "writable", //ui.js opts: "writable", |