mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-03-01 04:02:55 +00:00
13 lines
333 B
JSON
13 lines
333 B
JSON
{
|
|
"extends": "dtslint/dt.json",
|
|
"rules": {
|
|
// Heavy use of Function type in this older package.
|
|
"ban-types": false,
|
|
"jsdoc-format": false,
|
|
"no-misused-new": false,
|
|
// not sure what this means
|
|
"no-single-declare-module": false,
|
|
"no-unnecessary-qualifier": false
|
|
}
|
|
}
|