From d12f5b541f998370aa9cd172e424c3e1207c4137 Mon Sep 17 00:00:00 2001 From: Lucas Gravley <29484535+admiralAwkbar@users.noreply.github.com> Date: Mon, 29 Jun 2020 15:38:33 -0500 Subject: [PATCH] fixed spacing --- lib/linter.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/linter.sh b/lib/linter.sh index 1de5282a..e4d64c3c 100755 --- a/lib/linter.sh +++ b/lib/linter.sh @@ -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 # ######################