From 5d1151d352a092bd27c982ffde3ce2dfd093ddbb Mon Sep 17 00:00:00 2001 From: "(quasar) nebula" Date: Wed, 15 May 2024 18:47:06 -0300 Subject: client: add eslint-env to search-worker.js --- src/static/js/search-worker.js | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/static/js/search-worker.js') diff --git a/src/static/js/search-worker.js b/src/static/js/search-worker.js index 8909b640..c2bdcaee 100644 --- a/src/static/js/search-worker.js +++ b/src/static/js/search-worker.js @@ -1,3 +1,5 @@ +/* eslint-env worker */ + import FlexSearch from '../lib/flexsearch/flexsearch.bundle.module.min.js'; import {makeSearchIndex, searchSpec} from '../shared-util/search-spec.js'; -- cgit 1.3.0-6-gf8a5