mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-04-18 07:51:48 +08:00
8 lines
141 B
JSON
8 lines
141 B
JSON
{
|
|
"extends": "dtslint/dt.json",
|
|
"rules": {
|
|
// ban-types needs to be disabled to support TypeScript <2.2
|
|
"ban-types": false
|
|
}
|
|
}
|