fix linting

pull/5370/head
yann300 3 years ago
parent d7ab51f366
commit fc8c8fbda1
  1. 2
      libs/remix-ui/editor/src/lib/web-types.ts

@ -215,7 +215,7 @@ export const loadTypes = async (monaco) => {
const indexWeb3Util = await import('raw-loader!web3-utils/types/index.d.ts')
monaco.languages.typescript.typescriptDefaults.addExtraLib(indexWeb3Util.default, `file:///node_modules/@types/web3-utils/index.d.ts`)
// remix
let indexRemixApi = remixTypes + `\n
const indexRemixApi = remixTypes + `\n
declare global {
const remix: PluginClient;
const web3Provider;

Loading…
Cancel
Save