This commit is contained in:
Ulf Gebhardt 2019-05-18 15:26:30 +02:00
parent afbfd00bec
commit c7070fe4d6
No known key found for this signature in database
GPG Key ID: 44C888923CC8E7F3
2 changed files with 7 additions and 1 deletions

View File

@ -2,7 +2,8 @@ module.exports = {
root: true,
env: {
browser: true,
node: true
node: true,
jest: true
},
parserOptions: {
parser: 'babel-eslint'

View File

@ -4254,6 +4254,11 @@ eslint-plugin-import@~2.17.2:
read-pkg-up "^2.0.0"
resolve "^1.10.0"
eslint-plugin-jest@~22.5.1:
version "22.5.1"
resolved "https://registry.yarnpkg.com/eslint-plugin-jest/-/eslint-plugin-jest-22.5.1.tgz#a31dfe9f9513c6af7c17ece4c65535a1370f060b"
integrity sha512-c3WjZR/HBoi4GedJRwo2OGHa8Pzo1EbSVwQ2HFzJ+4t2OoYM7Alx646EH/aaxZ+9eGcPiq0FT0UGkRuFFx2FHg==
eslint-plugin-node@~9.0.1:
version "9.0.1"
resolved "https://registry.yarnpkg.com/eslint-plugin-node/-/eslint-plugin-node-9.0.1.tgz#93e44626fa62bcb6efea528cee9687663dc03b62"