From f50792513c5f8f8b8c48c0064ccb3894b38479b0 Mon Sep 17 00:00:00 2001 From: "(quasar) nebula" Date: Wed, 15 May 2024 18:44:40 -0300 Subject: client: add missing eslint-env for xhr-util.js --- src/static/xhr-util.js | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src') 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. -- cgit 1.3.0-6-gf8a5