mirror of
https://github.com/danielsogl/awesome-cordova-plugins.git
synced 2025-02-21 00:23:00 +08:00
refactor(code-push): follow member-access lint rule
This commit is contained in:
parent
d5011fb105
commit
84db491ead
@ -189,18 +189,18 @@ declare class AcquisitionStatus {
|
||||
|
||||
declare class AcquisitionManager {
|
||||
constructor(httpRequester: Http.Requester, configuration: Configuration);
|
||||
public queryUpdateWithCurrentPackage(
|
||||
queryUpdateWithCurrentPackage(
|
||||
currentPackage: IPackage,
|
||||
callback?: Callback<IRemotePackage | NativeUpdateNotification>
|
||||
): void;
|
||||
public reportStatusDeploy(
|
||||
reportStatusDeploy(
|
||||
pkg?: IPackage,
|
||||
status?: string,
|
||||
previousLabelOrAppVersion?: string,
|
||||
previousDeploymentKey?: string,
|
||||
callback?: Callback<void>
|
||||
): void;
|
||||
public reportStatusDownload(pkg: IPackage, callback?: Callback<void>): void;
|
||||
reportStatusDownload(pkg: IPackage, callback?: Callback<void>): void;
|
||||
}
|
||||
|
||||
interface CodePushCordovaPlugin {
|
||||
|
@ -11,7 +11,6 @@
|
||||
"only-arrow-functions": false,
|
||||
"ter-no-proto": false,
|
||||
"callable-types": false,
|
||||
"member-access": false,
|
||||
"adjacent-overload-signatures": false,
|
||||
"no-angle-bracket-type-assertion": false,
|
||||
"no-constant-condition": false
|
||||
|
Loading…
Reference in New Issue
Block a user