mirror of
https://github.com/super-linter/super-linter.git
synced 2024-11-25 15:41:02 -05:00
add jest
This commit is contained in:
parent
10871ec798
commit
10f1fc64b4
1 changed files with 2 additions and 1 deletions
|
@ -58,7 +58,8 @@ RUN npm -g --no-cache install \
|
||||||
prettier \
|
prettier \
|
||||||
eslint-config-prettier \
|
eslint-config-prettier \
|
||||||
@typescript-eslint/eslint-plugin \
|
@typescript-eslint/eslint-plugin \
|
||||||
@typescript-eslint/parser
|
@typescript-eslint/parser \
|
||||||
|
eslint-plugin-jest
|
||||||
|
|
||||||
####################################
|
####################################
|
||||||
# Install dockerfilelint from repo #
|
# Install dockerfilelint from repo #
|
||||||
|
|
Loading…
Reference in a new issue