mirror of
https://github.com/super-linter/super-linter.git
synced 2024-11-25 10:10:56 -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 \
|
typescript eslint \
|
||||||
standard \
|
standard \
|
||||||
babel-eslint \
|
babel-eslint \
|
||||||
|
prettier \
|
||||||
@typescript-eslint/eslint-plugin \
|
@typescript-eslint/eslint-plugin \
|
||||||
@typescript-eslint/parser
|
@typescript-eslint/parser
|
||||||
|
|
||||||
|
|
|
@ -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 ###################################################
|
||||||
|
|
Loading…
Reference in a new issue