From 72400f25a495cb3f5328cb63832a7faed3abc423 Mon Sep 17 00:00:00 2001 From: Simen Bekkhus Date: Sun, 17 Mar 2019 22:28:22 +0000 Subject: [PATCH] lookup: add eslint-plugin-jest (#686) This is mostly to have a code base using Jest. It would be preferable to include Jest itself instead. See #684. --- lib/lookup.json | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/lib/lookup.json b/lib/lookup.json index 493f30078..302348c0e 100644 --- a/lib/lookup.json +++ b/lib/lookup.json @@ -142,6 +142,13 @@ "expectFail": "fips", "maintainers": ["nzakas", "mysticatea", "not-an-aardvark"] }, + "eslint-plugin-jest": { + "prefix": "v", + "maintainers": "SimenB", + "yarn": true, + "envVar": {"YARN_IGNORE_ENGINES": true}, + "skip": ["aix"] + }, "esprima": { "maintainers": "ariya", "expectFail": "fips",