mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2025-10-16 12:05:41 +00:00
15 lines
406 B
JSON
15 lines
406 B
JSON
{
|
|
"extends": "dtslint/dt.json",
|
|
"rules": {
|
|
// Heavy use of Function type in this older package.
|
|
"ban-types": false,
|
|
"jsdoc-format": false,
|
|
"no-any-union": false,
|
|
"no-misused-new": false,
|
|
// not sure what this means
|
|
"no-single-declare-module": false,
|
|
"no-unnecessary-generics": false,
|
|
"no-unnecessary-qualifier": false
|
|
}
|
|
}
|