fixing linting for remix-lib

pull/4771/head
lianahus 7 months ago
parent 4716cfa2e7
commit 4e94496f32
  1. 2
      libs/remix-lib/project.json
  2. 1
      libs/remix-lib/test/txFormat.ts
  3. 1
      libs/remix-lib/test/util.ts

@ -22,7 +22,7 @@
"outputs": ["{options.outputFile}"],
"options": {
"lintFilePatterns": ["libs/remix-lib/**/*.ts"],
"eslintConfig": "libs/remix-lib/.eslinrc"
"eslintConfig": "libs/remix-lib/.eslintrc"
}
}
},

@ -45,7 +45,6 @@ function testWithInput (st, params, expected) {
}, () => {}, () => {})
}
tape('ContractStringParameters - (TxFormat.buildData) - format string input parameters', function (t) {
let output = compiler.compile(compilerInput(stringContract))
output = JSON.parse(output)

File diff suppressed because one or more lines are too long
Loading…
Cancel
Save