Disabling lint for lunr search.js
authorblake <blake@mobiusconsortium.org>
Thu, 15 Apr 2021 18:59:41 +0000 (13:59 -0500)
committerblake <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

index b338f4f..a6e763f 100644 (file)
@@ -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 */