projects
/
working
/
eg-antora.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cfea682
)
Disabling lint for lunr search.js
author
blake
<blake@mobiusconsortium.org>
Thu, 15 Apr 2021 18:59:41 +0000
(13:59 -0500)
committer
blake
<blake@mobiusconsortium.org>
Thu, 15 Apr 2021 18:59:41 +0000
(13:59 -0500)
Signed-off-by: blake <blake@mobiusconsortium.org>
src/js/vendor/search.js
patch
|
blob
|
history
diff --git
a/src/js/vendor/search.js
b/src/js/vendor/search.js
index
b338f4f
..
a6e763f
100644
(file)
--- a/
src/js/vendor/search.js
+++ b/
src/js/vendor/search.js
@@
-1,3
+1,4
@@
+/* eslint-disable */
/* eslint-env browser */
window.antoraLunr = (function (lunr) {
const scriptAttrs = document.getElementById('search-script').dataset
@@
-213,3
+214,4
@@
window.antoraLunr = (function (lunr) {
init: init,
}
})(window.lunr)
+/* eslint-enable */