From 33c95841ea04269e086e7839d60ff3c5a16f87de Mon Sep 17 00:00:00 2001 From: Dominik Guzei Date: Tue, 9 Apr 2019 11:47:18 +0200 Subject: [PATCH] [DDW-617] fix ignore files for eslint and prettier --- .eslintignore | 2 +- .prettierignore | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.eslintignore b/.eslintignore index 951a002278..c7a5f674a7 100755 --- a/.eslintignore +++ b/.eslintignore @@ -6,7 +6,7 @@ logs node_modules translations tests -features/support/ui/documents/* +features/tests/e2e/documents/* mainnet-genesis-dryrun-with-stakeholders.json source/renderer/app/i18n/locales nodemon.json diff --git a/.prettierignore b/.prettierignore index 7b826ffd3f..583be1c748 100644 --- a/.prettierignore +++ b/.prettierignore @@ -20,4 +20,4 @@ # Ignore the following special folders and files source/renderer/app/i18n/locales/ -features/support/ui/documents/* +features/tests/e2e/documents/*