mirror of
https://github.com/super-linter/super-linter.git
synced 2024-11-21 16:21:00 -05:00
Merge pull request #23 from github/add-eslint-jest-plugin
Add Jest Eslint plugin
This commit is contained in:
commit
8680433c82
2 changed files with 2 additions and 0 deletions
|
@ -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 \
|
||||
|
|
|
@ -12,6 +12,7 @@
|
|||
env:
|
||||
browser: true
|
||||
es6: true
|
||||
jest: true
|
||||
|
||||
###############
|
||||
# Global Vars #
|
||||
|
|
Loading…
Reference in a new issue