Lint
This commit is contained in:
parent
843d95c3bb
commit
480476bcfe
|
@ -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,
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue