fixed spacing

This commit is contained in:
Lucas Gravley 2020-06-29 15:38:33 -05:00
parent 24d5a77532
commit d12f5b541f

View file

@ -798,6 +798,7 @@ if [[ "$TEST_CASE_RUN" != "false" ]]; then
# Code will exit from inside this loop
RunTestCases
fi
#############################################
# check flag for validation of all codebase #
#############################################
@ -999,6 +1000,7 @@ if [ "$VALIDATE_TYPESCRIPT_ES" == "true" ]; then
#############################
LintCodebase "TYPESCRIPT_ES" "eslint" "eslint --no-eslintrc -c $TYPESCRIPT_LINTER_RULES" ".*\.\(ts\)\$" "${FILE_ARRAY_TYPESCRIPT_ES[@]}"
fi
######################
# TYPESCRIPT LINTING #
######################