diff --git a/Dockerfile b/Dockerfile index acc79979..0962e87e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -46,6 +46,7 @@ RUN npm -g --no-cache install \ babel-eslint \ @typescript-eslint/eslint-plugin \ @typescript-eslint/parser \ + eslint-plugin-jest \ && npm --no-cache install \ markdownlint-cli \ jsonlint prettyjson \ diff --git a/TEMPLATES/.eslintrc.yml b/TEMPLATES/.eslintrc.yml index a8c4c5df..2bc8d6ee 100644 --- a/TEMPLATES/.eslintrc.yml +++ b/TEMPLATES/.eslintrc.yml @@ -12,6 +12,7 @@ env: browser: true es6: true + jest: true ############### # Global Vars #