diff --git a/.stylelintignore b/.stylelintignore index f2ac4e221675157340633d6864ebe2d206368eb4..8005e839c55c53e1279faefe23189146388416f6 100644 --- a/.stylelintignore +++ b/.stylelintignore @@ -1,3 +1,3 @@ **/_build **/node_modules - +**/coverage diff --git a/package.json b/package.json index 527f378f98a974a3cc76e2d83fae29723c6db024..724cf7a0cbb9df99cac0b88d265200a55293fc87 100644 --- a/package.json +++ b/package.json @@ -43,6 +43,7 @@ ], "dependencies": { "eslint-config-stylelint": "^8.0.0", + "eslint-plugin-jest": "^21.4.2", "stylelint-config-pubsweet": "^0.0.3" } } diff --git a/yarn.lock b/yarn.lock index 39c750ff94a23366880ba66b5216f99f23d09eaa..152fc8f5de0defb16388e46b0d06f1e345d9362e 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3490,6 +3490,10 @@ eslint-plugin-import@~2.2.0: minimatch "^3.0.3" pkg-up "^1.0.0" +eslint-plugin-jest@^21.4.2: + version "21.4.2" + resolved "https://registry.yarnpkg.com/eslint-plugin-jest/-/eslint-plugin-jest-21.4.2.tgz#0e8ec03687259169cef46656827a0a0715e8a8d4" + eslint-plugin-jsx-a11y@^6.0.2: version "6.0.2" resolved "https://registry.yarnpkg.com/eslint-plugin-jsx-a11y/-/eslint-plugin-jsx-a11y-6.0.2.tgz#659277a758b036c305a7e4a13057c301cd3be73f"