« get me outta code hell

client: add missing eslint-env for xhr-util.js - hsmusic-wiki - HSMusic - static wiki software cataloguing collaborative creation
about summary refs log tree commit diff
diff options
context:
space:
mode:
author(quasar) nebula <qznebula@protonmail.com>2024-05-15 18:44:40 -0300
committer(quasar) nebula <qznebula@protonmail.com>2024-05-15 18:44:40 -0300
commitf50792513c5f8f8b8c48c0064ccb3894b38479b0 (patch)
tree2d170264b5abec3ba9643b790a8bef5d80c308d3
parent87e044d84c8d5b6d780d60834f47a07c3aac3d12 (diff)
client: add missing eslint-env for xhr-util.js
-rw-r--r--src/static/xhr-util.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/static/xhr-util.js b/src/static/xhr-util.js
index bc0698da..8a43072c 100644
--- a/src/static/xhr-util.js
+++ b/src/static/xhr-util.js
@@ -1,3 +1,5 @@
+/* eslint-env browser */
+
 /**
  * This fetch function is adapted from a `loadImage` function
  * credited to Parziphal, Feb 13, 2017.