Fix further linting-errors
This commit is contained in:
parent
c7157cc247
commit
5f560e151e
|
@ -5,6 +5,10 @@ import { TaskFunction }from "gulp";
|
||||||
*/
|
*/
|
||||||
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>
|
||||||
{ }
|
{ }
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue