« get me outta code hell

client: remove unused eslint-env - hsmusic-wiki - HSMusic - static wiki software cataloguing collaborative creation
about summary refs log tree commit diff
path: root/src/static/js/xhr-util.js
diff options
context:
space:
mode:
author(quasar) nebula <qznebula@protonmail.com>2025-10-15 14:20:21 -0300
committer(quasar) nebula <qznebula@protonmail.com>2025-10-15 14:20:21 -0300
commit5cf4428e09302e030c4054ea3ddbd8e7c471c7ac (patch)
treed721848fea879050c2f686671dd2ebe877cf8b1c /src/static/js/xhr-util.js
parent1cb1ddc3d678983184abf7955a5e2fa38ba49558 (diff)
client: remove unused eslint-env
Diffstat (limited to 'src/static/js/xhr-util.js')
-rw-r--r--src/static/js/xhr-util.js2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/static/js/xhr-util.js b/src/static/js/xhr-util.js
index 8a43072c..bc0698da 100644
--- a/src/static/js/xhr-util.js
+++ b/src/static/js/xhr-util.js
@@ -1,5 +1,3 @@
-/* eslint-env browser */
-
 /**
  * This fetch function is adapted from a `loadImage` function
  * credited to Parziphal, Feb 13, 2017.