fix linting

pull/2894/head
yann300 2 years ago
parent 5fd5a32b06
commit ae00f8a0dc
  1. 2
      apps/remix-ide-e2e/.eslintrc
  2. 1
      apps/remix-ide-e2e/src/helpers/hardhat_compilation.ts

@ -12,5 +12,5 @@
}
],
"extends": ["../../.eslintrc"],
"ignorePatterns": ["!**/*"]
"ignorePatterns": ["!**/*", "hardhat_compilation.ts"]
}

@ -1,3 +1,4 @@
// eslint-disable-file
export const hardhat_compilation = `
{
"id": "c7062fdd360381a85af23eeef31c98f8",

Loading…
Cancel
Save