From ae00f8a0dcb85afda591446dc08b36eeff307493 Mon Sep 17 00:00:00 2001 From: yann300 Date: Thu, 8 Sep 2022 16:15:39 +0200 Subject: [PATCH] fix linting --- apps/remix-ide-e2e/.eslintrc | 2 +- apps/remix-ide-e2e/src/helpers/hardhat_compilation.ts | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/apps/remix-ide-e2e/.eslintrc b/apps/remix-ide-e2e/.eslintrc index f21e0fc224..902956ddd0 100644 --- a/apps/remix-ide-e2e/.eslintrc +++ b/apps/remix-ide-e2e/.eslintrc @@ -12,5 +12,5 @@ } ], "extends": ["../../.eslintrc"], - "ignorePatterns": ["!**/*"] + "ignorePatterns": ["!**/*", "hardhat_compilation.ts"] } \ No newline at end of file diff --git a/apps/remix-ide-e2e/src/helpers/hardhat_compilation.ts b/apps/remix-ide-e2e/src/helpers/hardhat_compilation.ts index 80ef62bd3f..fb4d39e81f 100644 --- a/apps/remix-ide-e2e/src/helpers/hardhat_compilation.ts +++ b/apps/remix-ide-e2e/src/helpers/hardhat_compilation.ts @@ -1,3 +1,4 @@ +// eslint-disable-file export const hardhat_compilation = ` { "id": "c7062fdd360381a85af23eeef31c98f8",