Fix linter issues

pull/4594/head
Rim Rakhimov 10 months ago committed by Aniket
parent 10ba4bf932
commit daee5cc7ae
  1. 2
      libs/remix-core-plugin/src/lib/helpers/fetch-blockscout.ts

@ -35,7 +35,7 @@ export const fetchContractFromBlockscout = async (plugin, endpoint, contractAddr
}
}
for (let [file, source] of Object.entries(sources)) {
for (let [file, source] of Object.entries(sources)) { // eslint-disable-line
file = file.replace('browser/', '') // should be fixed in the remix IDE end.
file = file.replace(/^\//g, '') // remove first slash.
if (await plugin.call('contentImport', 'isExternalUrl', file)) {

Loading…
Cancel
Save