mirror of
https://github.com/super-linter/super-linter.git
synced 2024-11-22 00:31:07 -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 \
|
||||
eslint-config-prettier \
|
||||
@typescript-eslint/eslint-plugin \
|
||||
@typescript-eslint/parser
|
||||
@typescript-eslint/parser \
|
||||
eslint-plugin-jest
|
||||
|
||||
####################################
|
||||
# Install dockerfilelint from repo #
|
||||
|
|
Loading…
Reference in a new issue