mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-04-07 08:58:49 +08:00
10 lines
195 B
JSON
10 lines
195 B
JSON
{
|
|
"extends": "dtslint/dt.json",
|
|
"rules": {
|
|
// TODOs
|
|
"no-construct": false, // Required for R.is function testing
|
|
"no-any-union": false,
|
|
"no-unnecessary-generics": false
|
|
}
|
|
}
|