From 480476bcfe1143adaa6cf7d03adb779d84ced128 Mon Sep 17 00:00:00 2001 From: Adria Navarro Date: Thu, 1 Feb 2024 12:32:39 +0100 Subject: [PATCH] Lint --- packages/string-templates/src/index-helpers.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/packages/string-templates/src/index-helpers.js b/packages/string-templates/src/index-helpers.js index b0d9ac5c68..c71f8a9853 100644 --- a/packages/string-templates/src/index-helpers.js +++ b/packages/string-templates/src/index-helpers.js @@ -3,6 +3,7 @@ const { getJsHelperList } = require("./helpers/list") const helpers = getJsHelperList() module.exports = { ...helpers, - // point stripProtocol to a unexisting function to be able to declare it on isolated-vm + // pointing stripProtocol to a unexisting function to be able to declare it on isolated-vm + // eslint-disable-next-line no-undef stripProtocol: helpersStripProtocol, }