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
+1 -1
View File
@@ -11,7 +11,7 @@ declare var clevertap: any;
* @usage
* ```typescript
* import { CleverTap } from '@ionic-native/clevertap';
*
* constructor(private clevertap: CleverTap) { }
*
* ```