mirror of
https://github.com/super-linter/super-linter.git
synced 2024-11-09 10:33:37 -05:00
commit
e0f9abed52
2 changed files with 8 additions and 7 deletions
|
@ -54,6 +54,7 @@ RUN npm -g --no-cache install \
|
|||
typescript eslint \
|
||||
standard \
|
||||
babel-eslint \
|
||||
prettier \
|
||||
@typescript-eslint/eslint-plugin \
|
||||
@typescript-eslint/parser
|
||||
|
||||
|
|
|
@ -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 ###################################################
|
||||
|
|
Loading…
Reference in a new issue