fix linting

pull/2246/head
yann300 3 years ago
parent 3c4ec22c56
commit 8b01d48f87
  1. 3
      libs/remix-ui/workspace/src/lib/templates/examples.ts

@ -253,6 +253,8 @@ contract BallotTest {
}
}
`
/* eslint-disable no-useless-escape */
const deployWithWeb3 = `import { deploy } from './web3.ts'
(async () => {
@ -328,6 +330,7 @@ export const deploy = async (contractName: string, arguments: Array<any>, from?:
await contract.deployed()
return contract
}: Promise<any>`
/* eslint-enable no-useless-escape */
const storageTestJs = `// Right click on the script name and hit "Run" to execute
const { expect } = require("chai");

Loading…
Cancel
Save