From a36912d3dec52a6e6735f53f9f81393c314b70f6 Mon Sep 17 00:00:00 2001 From: JayaShakthi97 Date: Mon, 25 Sep 2023 17:06:03 +0530 Subject: [PATCH] Fix eslint checker issue --- .github/workflows/scripts/lint-changed.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/scripts/lint-changed.sh b/.github/workflows/scripts/lint-changed.sh index f7e806ee936..998805bc9b7 100644 --- a/.github/workflows/scripts/lint-changed.sh +++ b/.github/workflows/scripts/lint-changed.sh @@ -35,7 +35,7 @@ ESLINT_SUPPORTED_EXT=(js jsx ts tsx) # Excluding files that adhere to the specified patterns from the list of supported files. PATHS_TO_EXCLUDE=("identity-apps-core/apps/**/*.js") -MAX_FILE_THRESHOLD_FOR_LINTER=50 +MAX_FILE_THRESHOLD_FOR_LINTER=20 # Check relevant packages are available command -v pnpm >/dev/null 2>&1 || { echo >&2 "Error: $0 script requires 'pnpm' for buid. Aborting as not found."; exit 1; }