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 \
standard \
babel-eslint \
prettier \
@typescript-eslint/eslint-plugin \
@typescript-eslint/parser

View file

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