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