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
+6 -6
View File
@@ -57,7 +57,7 @@ export interface BlinkUpWPSOptions {
plugin: 'cordova-plugin-blinkup',
pluginRef: 'blinkup',
repo: 'https://github.com/SensorShare/cordova-plugin-blinkup',
platforms: ['Android', 'iOS']
platforms: ['Android', 'iOS'],
})
@Injectable()
export class BlinkUp extends IonicNativePlugin {
@@ -68,7 +68,7 @@ export class BlinkUp extends IonicNativePlugin {
*/
@Cordova({
callbackOrder: 'reverse',
observable: true
observable: true,
})
startBlinkUp(options: BlinkUpOptions): Observable<any> {
return;
@@ -81,7 +81,7 @@ export class BlinkUp extends IonicNativePlugin {
*/
@Cordova({
callbackOrder: 'reverse',
observable: true
observable: true,
})
flashWifiBlinkUp(options: BlinkUpWifiOptions): Observable<any> {
return;
@@ -94,7 +94,7 @@ export class BlinkUp extends IonicNativePlugin {
*/
@Cordova({
callbackOrder: 'reverse',
observable: true
observable: true,
})
flashWPSBlinkUp(options: BlinkUpWPSOptions): Observable<any> {
return;
@@ -105,7 +105,7 @@ export class BlinkUp extends IonicNativePlugin {
* @return {Observable<any>} Returns an Observable
*/
@Cordova({
observable: true
observable: true,
})
abortBlinkUp(): Observable<any> {
return;
@@ -116,7 +116,7 @@ export class BlinkUp extends IonicNativePlugin {
* @return {Observable<any>} Returns an Observable
*/
@Cordova({
observable: true
observable: true,
})
clearBlinkUpData(): Observable<any> {
return;