From 210a8afbcc6ee2dcdc6cc073b173a350e62fc56c Mon Sep 17 00:00:00 2001 From: Simen Bekkhus Date: Wed, 13 Mar 2019 16:37:26 +0100 Subject: [PATCH 1/3] chore: add eslint-plugin-jest to the lookup This is mostly to have a code base using Jest. It would be preferable to include Jest itself instead. See #684 --- lib/lookup.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/lib/lookup.json b/lib/lookup.json index 493f30078..9a9c6e782 100644 --- a/lib/lookup.json +++ b/lib/lookup.json @@ -142,6 +142,11 @@ "expectFail": "fips", "maintainers": ["nzakas", "mysticatea", "not-an-aardvark"] }, + "eslint-plugin-jest": { + "prefix": "v", + "maintainers": "SimenB", + "yarn": true + }, "esprima": { "maintainers": "ariya", "expectFail": "fips", From a1ad87a5c65c487faa76bebd54854fb23c62aa57 Mon Sep 17 00:00:00 2001 From: Simen Bekkhus Date: Wed, 13 Mar 2019 16:41:27 +0100 Subject: [PATCH 2/3] include envVar --- lib/lookup.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/lookup.json b/lib/lookup.json index 9a9c6e782..af4643339 100644 --- a/lib/lookup.json +++ b/lib/lookup.json @@ -145,7 +145,8 @@ "eslint-plugin-jest": { "prefix": "v", "maintainers": "SimenB", - "yarn": true + "yarn": true, + "envVar": {"YARN_IGNORE_ENGINES": true} }, "esprima": { "maintainers": "ariya", From 25aae2ad89c3cc1251372340fc1db0a12bd60aa6 Mon Sep 17 00:00:00 2001 From: Simen Bekkhus Date: Fri, 15 Mar 2019 19:12:13 +0100 Subject: [PATCH 3/3] skip aix --- lib/lookup.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/lookup.json b/lib/lookup.json index af4643339..302348c0e 100644 --- a/lib/lookup.json +++ b/lib/lookup.json @@ -146,7 +146,8 @@ "prefix": "v", "maintainers": "SimenB", "yarn": true, - "envVar": {"YARN_IGNORE_ENGINES": true} + "envVar": {"YARN_IGNORE_ENGINES": true}, + "skip": ["aix"] }, "esprima": { "maintainers": "ariya",