mirror of
https://github.com/zhigang1992/react-native-firebase.git
synced 2026-04-21 19:11:34 +08:00
[ci] fix linting issues
This commit is contained in:
@@ -20,9 +20,7 @@ import type { ReactNativeFirebaseModule } from '@react-native-firebase/app-types
|
||||
|
||||
export interface Statics {}
|
||||
|
||||
export interface Module extends ReactNativeFirebaseModule {
|
||||
|
||||
}
|
||||
export interface Module extends ReactNativeFirebaseModule {}
|
||||
|
||||
declare module '@react-native-firebase/messaging' {
|
||||
import type {
|
||||
|
||||
@@ -21,7 +21,6 @@ import {
|
||||
getFirebaseRoot,
|
||||
} from '@react-native-firebase/app/lib/internal';
|
||||
import {
|
||||
isAndroid,
|
||||
isNumber,
|
||||
isObject,
|
||||
isString,
|
||||
|
||||
@@ -16,8 +16,8 @@
|
||||
*/
|
||||
|
||||
import MutatableParams from '@react-native-firebase/common/lib/MutatableParams';
|
||||
import VisionCloudTextRecognizerModelType from './VisionCloudTextRecognizerModelType';
|
||||
import { isArray, isString } from '@react-native-firebase/common';
|
||||
import VisionCloudTextRecognizerModelType from './VisionCloudTextRecognizerModelType';
|
||||
|
||||
export default class VisionCloudDocumentTextRecognizerOptions extends MutatableParams {
|
||||
constructor() {
|
||||
|
||||
@@ -240,9 +240,9 @@ class FirebaseMlKitVisionModule extends FirebaseModule {
|
||||
);
|
||||
}
|
||||
|
||||
barcodeDetectorProcessImage(localImageFilePath, barcodeDetectorOptions) {
|
||||
// todo
|
||||
}
|
||||
// barcodeDetectorProcessImage(localImageFilePath, barcodeDetectorOptions) {
|
||||
// todo
|
||||
// }
|
||||
}
|
||||
|
||||
// import { SDK_VERSION } from '@react-native-firebase/ml-vision';
|
||||
|
||||
Reference in New Issue
Block a user