From c69ee9262b6a7989b0f685d15b0dbb6c48008c21 Mon Sep 17 00:00:00 2001 From: Lucas Gravley <29484535+admiralAwkbar@users.noreply.github.com> Date: Thu, 2 Apr 2020 12:48:35 -0500 Subject: [PATCH] add refs --- lib/linter.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/linter.sh b/lib/linter.sh index 2c8a54a7..8bd287b1 100755 --- a/lib/linter.sh +++ b/lib/linter.sh @@ -1916,7 +1916,7 @@ if [ "$VALIDATE_JAVASCRIPT_STANDARD" == "true" ]; then ################################# # Get Javascript standard rules # ################################# - GetStandardRules + GetStandardRules "javascript" ############################# # Lint the Javascript files # ############################# @@ -1940,7 +1940,7 @@ if [ "$VALIDATE_TYPESCRIPT_STANDARD" == "true" ]; then ################################# # Get Typescript standard rules # ################################# - GetStandardRules + GetStandardRules "typescript" ############################# # Lint the Typescript files # #############################