From a77e67eac11df4961a20814c3f342ee46d308659 Mon Sep 17 00:00:00 2001 From: blake Date: Thu, 15 Apr 2021 13:59:41 -0500 Subject: [PATCH] Disabling lint for lunr search.js Signed-off-by: blake --- src/js/vendor/search.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/js/vendor/search.js b/src/js/vendor/search.js index b338f4f..a6e763f 100644 --- 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 */ -- 2.11.0