mirror of
https://github.com/danielsogl/awesome-cordova-plugins.git
synced 2025-04-24 20:00:16 +08:00
chore(build): fix lint errors
This commit is contained in:
parent
b4e0764d71
commit
707d40bd83
@ -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;
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user