mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-06-02 06:29:40 +08:00
cleanup lint error: no-reference-import
This commit is contained in:
1
types/glob/index.d.ts
vendored
1
types/glob/index.d.ts
vendored
@@ -5,7 +5,6 @@
|
||||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
|
||||
|
||||
/// <reference types="node" />
|
||||
/// <reference types="minimatch" />
|
||||
|
||||
import events = require("events");
|
||||
import fs = require('fs');
|
||||
|
||||
@@ -1,7 +1,6 @@
|
||||
{
|
||||
"extends": "dtslint/dt.json",
|
||||
"rules": {
|
||||
"interface-name": false,
|
||||
"no-reference-import": false
|
||||
"interface-name": false
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user