chore(build): fix lint errors

This commit is contained in:
Daniel 2019-01-23 08:04:14 +01:00
parent b4e0764d71
commit 707d40bd83
2 changed files with 2 additions and 3 deletions

View File

@ -113,11 +113,11 @@ export interface ConfigurationData {
/** /**
* The height of the image or video in pixels. The value is zero for sound clips. * The height of the image or video in pixels. The value is zero for sound clips.
*/ */
height: number; height: number;
/** /**
* The width of the image or video in pixels. The value is zero for sound clips. * The width of the image or video in pixels. The value is zero for sound clips.
*/ */
width: number; width: number;
} }
/** /**

View File

@ -1,6 +1,5 @@
import { Cordova, IonicNativePlugin, Plugin } from '@ionic-native/core'; import { Cordova, IonicNativePlugin, Plugin } from '@ionic-native/core';
import { Injectable } from '@angular/core'; import { Injectable } from '@angular/core';
import { Cordova, IonicNativePlugin, Plugin } from '@ionic-native/core';
/** /**
* @name Taptic Engine * @name Taptic Engine