From 7a187aaa238efed9ac6631f8bc4d9cb51f31a27f Mon Sep 17 00:00:00 2001 From: Brian Chen Date: Tue, 3 May 2022 07:05:29 +1000 Subject: [PATCH 1/6] Add recoil to base json --- configs/base.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/configs/base.json b/configs/base.json index 26f66df..21ac5c3 100644 --- a/configs/base.json +++ b/configs/base.json @@ -7,7 +7,8 @@ "!.*node_modules/date-fns/.*", "!.*node_modules/tiny-invariant/.*", "!.*node_modules/key-commander/.*", - "!.*node_modules/react-ld/.*" + "!.*node_modules/react-ld/.*", + "!.*node_modules/recoil/.*" ], "lints": [ "deprecated-type=error", From 02be11445e281eb131def1721659b5938074c38d Mon Sep 17 00:00:00 2001 From: Brian Chen Date: Tue, 3 May 2022 07:08:35 +1000 Subject: [PATCH 2/6] Add startown to base json --- configs/base.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/configs/base.json b/configs/base.json index 21ac5c3..4009383 100644 --- a/configs/base.json +++ b/configs/base.json @@ -8,7 +8,8 @@ "!.*node_modules/tiny-invariant/.*", "!.*node_modules/key-commander/.*", "!.*node_modules/react-ld/.*", - "!.*node_modules/recoil/.*" + "!.*node_modules/recoil/.*", + "!.*node_modules/startown/.*" ], "lints": [ "deprecated-type=error", From 8db91229a541b16395509862bb0bb7ee09c5c9e2 Mon Sep 17 00:00:00 2001 From: Brian Chen Date: Fri, 25 Nov 2022 08:54:11 +1100 Subject: [PATCH 3/6] Remove invalid rn option --- configs/react-native.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/configs/react-native.json b/configs/react-native.json index e33aeea..15ffc33 100644 --- a/configs/react-native.json +++ b/configs/react-native.json @@ -35,8 +35,7 @@ "nonstrict-import=warn", "deprecated-type=warn", "unsafe-getters-setters=warn", - "unnecessary-invariant=warn", - "signature-verification-failure=warn" + "unnecessary-invariant=warn" ], "strict": [ "deprecated-type", From cc69cdb4ef38ab23b7afd7919397967504b4da52 Mon Sep 17 00:00:00 2001 From: Brian Chen Date: Mon, 19 Dec 2022 19:32:25 +1100 Subject: [PATCH 4/6] Remove deprecated option --- configs/base.json | 1 - 1 file changed, 1 deletion(-) diff --git a/configs/base.json b/configs/base.json index 4009383..14a2957 100644 --- a/configs/base.json +++ b/configs/base.json @@ -13,7 +13,6 @@ ], "lints": [ "deprecated-type=error", - "deprecated-utility=error", "unnecessary-optional-chain=error" ], "options": [ From 251dcbbabea8df065abf75e739267e48edb24e86 Mon Sep 17 00:00:00 2001 From: Brian Chen Date: Sat, 15 Apr 2023 09:15:02 +1000 Subject: [PATCH 5/6] Add exclusion for malformed json test in node_modules --- configs/base.json | 1 + 1 file changed, 1 insertion(+) diff --git a/configs/base.json b/configs/base.json index 14a2957..e1eb464 100644 --- a/configs/base.json +++ b/configs/base.json @@ -4,6 +4,7 @@ "!.*node_modules/react-native/.*", ".*node_modules/react-native/Libraries/polyfills/.*", "!.*node_modules/@.*", + ".*/malformed_package_json/package.json", "!.*node_modules/date-fns/.*", "!.*node_modules/tiny-invariant/.*", "!.*node_modules/key-commander/.*", From 5743c6d317369e829f6e8c73e900c1584fc2662f Mon Sep 17 00:00:00 2001 From: Brian Chen Date: Sat, 15 Apr 2023 13:31:26 +1000 Subject: [PATCH 6/6] change name from startown to bzc-ui --- configs/base.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/configs/base.json b/configs/base.json index e1eb464..9bf0d48 100644 --- a/configs/base.json +++ b/configs/base.json @@ -5,12 +5,12 @@ ".*node_modules/react-native/Libraries/polyfills/.*", "!.*node_modules/@.*", ".*/malformed_package_json/package.json", + "!.*node_modules/bzc-ui/.*", "!.*node_modules/date-fns/.*", "!.*node_modules/tiny-invariant/.*", "!.*node_modules/key-commander/.*", "!.*node_modules/react-ld/.*", - "!.*node_modules/recoil/.*", - "!.*node_modules/startown/.*" + "!.*node_modules/recoil/.*" ], "lints": [ "deprecated-type=error",