From: moisseev Date: Thu, 24 Feb 2022 14:06:24 +0000 (+0300) Subject: [Test] Ignore index.html X-Git-Tag: 3.2~46 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=ba7f6982b0b582b56e48da778784315b5d63d2be;p=thirdparty%2Frspamd.git [Test] Ignore index.html --- diff --git a/package.json b/package.json index 57a46430ee..a406f30993 100644 --- a/package.json +++ b/package.json @@ -8,6 +8,7 @@ }, "eslintIgnore": [ "*.min.js", + "index.html", "prism.js" ] }