From f5cc9a585a4c6885698a8ad8fdf0a7a4808e7659 Mon Sep 17 00:00:00 2001 From: Andreas Hocevar Date: Mon, 28 Jun 2021 19:17:54 +0200 Subject: [PATCH] Do not error on /*** comments --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index 9836ac7595..a67f97b65d 100644 --- a/package.json +++ b/package.json @@ -125,6 +125,7 @@ "@openlayers" ], "rules": { + "jsdoc/no-bad-blocks": "off", "import/no-commonjs": "error", "@openlayers/no-exclusive-tests": [ "error",