mirror of
https://github.com/super-linter/super-linter.git
synced 2024-11-25 07:31:05 -05:00
add refs
This commit is contained in:
parent
015adc6c97
commit
c69ee9262b
1 changed files with 2 additions and 2 deletions
|
@ -1916,7 +1916,7 @@ if [ "$VALIDATE_JAVASCRIPT_STANDARD" == "true" ]; then
|
||||||
#################################
|
#################################
|
||||||
# Get Javascript standard rules #
|
# Get Javascript standard rules #
|
||||||
#################################
|
#################################
|
||||||
GetStandardRules
|
GetStandardRules "javascript"
|
||||||
#############################
|
#############################
|
||||||
# Lint the Javascript files #
|
# Lint the Javascript files #
|
||||||
#############################
|
#############################
|
||||||
|
@ -1940,7 +1940,7 @@ if [ "$VALIDATE_TYPESCRIPT_STANDARD" == "true" ]; then
|
||||||
#################################
|
#################################
|
||||||
# Get Typescript standard rules #
|
# Get Typescript standard rules #
|
||||||
#################################
|
#################################
|
||||||
GetStandardRules
|
GetStandardRules "typescript"
|
||||||
#############################
|
#############################
|
||||||
# Lint the Typescript files #
|
# Lint the Typescript files #
|
||||||
#############################
|
#############################
|
||||||
|
|
Loading…
Reference in a new issue