This commit is contained in:
Lukas Gravley 2020-04-01 13:55:53 -05:00 committed by GitHub
parent 10871ec798
commit 10f1fc64b4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 #