mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-06-10 15:29:21 +08:00
Cleanup lint ignore error: callable-types
This commit is contained in:
4
types/ejs/index.d.ts
vendored
4
types/ejs/index.d.ts
vendored
@@ -19,9 +19,7 @@ declare namespace Ejs {
|
||||
|
||||
function clearCache(): any;
|
||||
|
||||
interface TemplateFunction {
|
||||
(data: Data): any;
|
||||
}
|
||||
type TemplateFunction = (data: Data) => any;
|
||||
interface Options {
|
||||
cache?: any;
|
||||
filename?: string;
|
||||
|
||||
@@ -1,7 +1,6 @@
|
||||
{
|
||||
"extends": "dtslint/dt.json",
|
||||
"rules": {
|
||||
"callable-types": false,
|
||||
"export-just-namespace": false,
|
||||
"interface-over-type-literal": false,
|
||||
"no-var-keyword": false,
|
||||
|
||||
Reference in New Issue
Block a user