refactor: update lint rules

This commit is contained in:
Daniel
2018-09-17 17:09:46 +02:00
parent a7830693af
commit 0c7cfeeeb8
95 changed files with 1603 additions and 994 deletions
+3 -3
View File
@@ -110,17 +110,17 @@ export class ProDeploy {
*
*
* constructor(private pro: Pro) { }
*
*
* // Get app info
* this.pro.getAppInfo().then((res: AppInfo) => {
* console.log(res)
* })
*
*
* // Get live update info
* this.pro.deploy.info().then((res: DeployInfo) => {
* console.log(res)
* })
* ```
* ```
*/
@Plugin({
pluginName: 'Pro',