Merge pull request #31 from github/addpretty

add pretty
This commit is contained in:
Lukas Gravley 2019-12-13 08:49:16 -06:00 committed by GitHub
commit e0f9abed52
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 7 deletions

View file

@ -54,6 +54,7 @@ RUN npm -g --no-cache install \
typescript eslint \ typescript eslint \
standard \ standard \
babel-eslint \ babel-eslint \
prettier \
@typescript-eslint/eslint-plugin \ @typescript-eslint/eslint-plugin \
@typescript-eslint/parser @typescript-eslint/parser

View file

@ -101,13 +101,13 @@ Header()
echo "---------------------------------------------" echo "---------------------------------------------"
echo "" echo ""
echo "--- DEBUG ---" # echo "--- DEBUG ---"
echo "---------------------------------------------" # echo "---------------------------------------------"
RUNNER=$(whoami) # RUNNER=$(whoami)
echo "Runner:[$RUNNER]" # echo "Runner:[$RUNNER]"
echo "ENV:" # echo "ENV:"
printenv # printenv
echo "---------------------------------------------" # echo "---------------------------------------------"
} }
################################################################################ ################################################################################
#### Function GetLinterRules ################################################### #### Function GetLinterRules ###################################################