mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-05-12 03:46:07 +08:00
11 lines
258 B
JSON
11 lines
258 B
JSON
{
|
|
"extends": "../tslint.json",
|
|
"rules": {
|
|
// Heavy use of Function type in this older package.
|
|
"ban-types": false,
|
|
"no-misused-new": false,
|
|
// not sure what this means
|
|
"no-single-declare-module": false
|
|
}
|
|
}
|