]> source.dussan.org Git - rspamd.git/commitdiff
[Test] Ignore index.html
authormoisseev <moiseev@mezonplus.ru>
Thu, 24 Feb 2022 14:06:24 +0000 (17:06 +0300)
committerVsevolod Stakhov <vsevolod@highsecure.ru>
Thu, 24 Feb 2022 19:46:41 +0000 (19:46 +0000)
package.json

index 57a46430ee6c57c74510e65730bd9a4380f2a623..a406f3099360ba7e7626117c3273b0d740e2d6f2 100644 (file)
@@ -8,6 +8,7 @@
     },
     "eslintIgnore": [
         "*.min.js",
+        "index.html",
         "prism.js"
     ]
 }