Skip to content

Commit

Permalink
Fix eslint checker issue
Browse files Browse the repository at this point in the history
  • Loading branch information
JayaShakthi97 committed Sep 25, 2023
1 parent 2a90569 commit a36912d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/scripts/lint-changed.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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; }
Expand Down

0 comments on commit a36912d

Please sign in to comment.