Skip to content

Commit 5786513

Browse files
committed
fix: Lint
1 parent 5f432f5 commit 5786513

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

packages/app-distribution/lib/types.d.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,3 @@ declare module '@react-native-firebase/app/lib/internal' {
2828
}
2929
export function getFirebaseRoot(): any;
3030
}
31-

packages/app-distribution/lib/types/app-distribution.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,7 @@ export type FirebaseApp = ReactNativeFirebase.FirebaseApp & {
8383
type _AppDistributionRelease = AppDistributionRelease;
8484
type _FirebaseAppDistributionModule = FirebaseAppDistributionModule;
8585

86+
// eslint-disable-next-line @typescript-eslint/no-namespace
8687
export namespace FirebaseAppDistributionTypes {
8788
export type AppDistributionRelease = _AppDistributionRelease;
8889
export type Module = _FirebaseAppDistributionModule;

0 commit comments

Comments
 (0)