Merge pull request #23 from github/add-eslint-jest-plugin

Add Jest Eslint plugin
This commit is contained in:
Lukas Gravley 2019-12-12 09:21:02 -06:00 committed by GitHub
commit 8680433c82
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 0 deletions

View file

@ -46,6 +46,7 @@ RUN npm -g --no-cache install \
babel-eslint \ babel-eslint \
@typescript-eslint/eslint-plugin \ @typescript-eslint/eslint-plugin \
@typescript-eslint/parser \ @typescript-eslint/parser \
eslint-plugin-jest \
&& npm --no-cache install \ && npm --no-cache install \
markdownlint-cli \ markdownlint-cli \
jsonlint prettyjson \ jsonlint prettyjson \

View file

@ -12,6 +12,7 @@
env: env:
browser: true browser: true
es6: true es6: true
jest: true
############### ###############
# Global Vars # # Global Vars #