mirror of
https://github.com/danielsogl/awesome-cordova-plugins.git
synced 2026-05-20 00:06:24 +08:00
refactor(lib): run prettier
This commit is contained in:
@@ -35,11 +35,10 @@ import { Plugin, Cordova, IonicNativePlugin } from '@ionic-native/core';
|
||||
plugin: 'cordova-plugin-ssh-connect',
|
||||
pluginRef: 'cordova.plugins.sshConnect',
|
||||
repo: 'https://github.com/JosePerez27/cordova-plugin-ssh-connect',
|
||||
platforms: ['Android']
|
||||
platforms: ['Android'],
|
||||
})
|
||||
@Injectable()
|
||||
export class SSHConnect extends IonicNativePlugin {
|
||||
|
||||
/**
|
||||
* Establish a remote ssh connection
|
||||
* @param {user} user The remote host user
|
||||
|
||||
Reference in New Issue
Block a user