Fix further linting-errors
This commit is contained in:
parent
c7157cc247
commit
5f560e151e
|
@ -1,12 +1,16 @@
|
||||||
import { TaskFunction }from "gulp";
|
import { TaskFunction } from "gulp";
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @inheritdoc
|
* @inheritdoc
|
||||||
*/
|
*/
|
||||||
declare global
|
declare global
|
||||||
{
|
{
|
||||||
|
/**
|
||||||
|
* Represents a gulp-task.
|
||||||
|
*/
|
||||||
|
// eslint-disable-next-line @typescript-eslint/naming-convention
|
||||||
interface Function extends Partial<TaskFunction>
|
interface Function extends Partial<TaskFunction>
|
||||||
{ }
|
{ }
|
||||||
}
|
}
|
||||||
|
|
||||||
export {};
|
export {};
|
||||||
|
|
Loading…
Reference in a new issue