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, }