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
@@ -104,7 +104,7 @@ export interface SpeechRecognitionListeningOptionsAndroid {
plugin: 'cordova-plugin-speechrecognition',
pluginRef: 'plugins.speechRecognition',
repo: 'https://github.com/pbakondy/cordova-plugin-speechrecognition',
platforms: ['Android', 'iOS']
platforms: ['Android', 'iOS'],
})
@Injectable()
export class SpeechRecognition extends IonicNativePlugin {
@@ -123,11 +123,9 @@ export class SpeechRecognition extends IonicNativePlugin {
*/
@Cordova({
callbackOrder: 'reverse',
observable: true
observable: true,
})
startListening(
options?: SpeechRecognitionListeningOptions
): Observable<string[]> {
startListening(options?: SpeechRecognitionListeningOptions): Observable<string[]> {
return;
}