From 6adb289b7fb560d3bf04706203d4f587871b430e Mon Sep 17 00:00:00 2001 From: --edit Date: Sun, 7 Nov 2021 10:33:57 +0200 Subject: [PATCH] eslint fixes --- lib/schema.js | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/schema.js b/lib/schema.js index 464175d..5f855b9 100644 --- a/lib/schema.js +++ b/lib/schema.js @@ -41,6 +41,7 @@ function buildYamlSchema() { e = { error: error }; } finally { + /*eslint no-unsafe-finally: "off"*/ try { if (r && !r.done && (m = i["return"])) m.call(i); }