refactor(lib): run prettier

This commit is contained in:
Daniel Sogl
2020-05-16 14:40:49 +02:00
parent f5133c691d
commit 511a02d50b
326 changed files with 3079 additions and 4092 deletions
+5 -10
View File
@@ -1,10 +1,5 @@
import { Injectable } from '@angular/core';
import {
Cordova,
CordovaCheck,
IonicNativePlugin,
Plugin
} from '@ionic-native/core';
import { Cordova, CordovaCheck, IonicNativePlugin, Plugin } from '@ionic-native/core';
import { Observable } from 'rxjs';
declare const cordova: any;
@@ -40,7 +35,7 @@ declare const cordova: any;
plugin: 'cordova-plugin-jins-meme',
pluginRef: 'JinsMemePlugin',
repo: 'https://github.com/BlyncSync/cordova-plugin-jins-meme',
platforms: ['Android', 'iOS']
platforms: ['Android', 'iOS'],
})
@Injectable()
export class JinsMeme extends IonicNativePlugin {
@@ -64,7 +59,7 @@ export class JinsMeme extends IonicNativePlugin {
@Cordova({
observable: true,
clearFunction: 'stopScan',
clearWithArgs: true
clearWithArgs: true,
})
startScan(): Observable<any> {
return;
@@ -83,7 +78,7 @@ export class JinsMeme extends IonicNativePlugin {
* @returns {Observable<any>}
*/
@CordovaCheck({
observable: true
observable: true,
})
connect(target: string): Observable<any> {
return new Observable<any>((observer: any) => {
@@ -129,7 +124,7 @@ export class JinsMeme extends IonicNativePlugin {
@Cordova({
observable: true,
clearFunction: 'stopDataReport',
clearWithArgs: true
clearWithArgs: true,
})
startDataReport(): Observable<any> {
return;