diff --git a/webapp/.eslintrc.js b/webapp/.eslintrc.js index 72d56538f..0400fe5f2 100644 --- a/webapp/.eslintrc.js +++ b/webapp/.eslintrc.js @@ -2,7 +2,8 @@ module.exports = { root: true, env: { browser: true, - node: true + node: true, + jest: true }, parserOptions: { parser: 'babel-eslint' diff --git a/webapp/yarn.lock b/webapp/yarn.lock index 6fba0f1c3..d47b0a14c 100644 --- a/webapp/yarn.lock +++ b/webapp/yarn.lock @@ -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"