« get me outta code hell

eslint, upd8: no-constant-condition -> no-constant-binary-expression - hsmusic-wiki - HSMusic - static wiki software cataloguing collaborative creation
about summary refs log tree commit diff
path: root/src
diff options
context:
space:
mode:
author(quasar) nebula <qznebula@protonmail.com>2025-05-27 19:45:15 -0300
committer(quasar) nebula <qznebula@protonmail.com>2025-05-27 19:46:24 -0300
commit5eebd7531c8d5bfe36066bd8e29c0803b3373ef3 (patch)
tree2314773511a170d1f178c12a4f546eb40cb1c174 /src
parent2c40a248570d0e42ec5ea42b0c98848a60bcbef1 (diff)
eslint, upd8: no-constant-condition -> no-constant-binary-expression
Diffstat (limited to 'src')
-rwxr-xr-xsrc/upd8.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/upd8.js b/src/upd8.js
index dacd9fed..40a25dfb 100755
--- a/src/upd8.js
+++ b/src/upd8.js
@@ -3269,7 +3269,7 @@ async function main() {
 }
 
 // TODO: isMain detection isn't consistent across platforms here
-/* eslint-disable-next-line no-constant-condition */
+// eslint-disable-next-line no-constant-binary-expression
 if (true || isMain(import.meta.url) || path.basename(process.argv[1]) === 'hsmusic') {
   (async () => {
     let result;