This repository was archived by the owner on Aug 7, 2021. It is now read-only.

Description
There are tslint errors when I use the generated vendor-platform.android.ts file and I need to change it manually to fix this errors. Since this file comes out of the box when the plugin is installed, it would be nice to be tslint friendly.
ERROR: app/vendor-platform.android.ts[3, 7]: trailing whitespace
ERROR: app/vendor-platform.android.ts[4, 118]: trailing whitespace
This would ease the process of making a plugin verified since one of the requirements there is tslint checks to pass.