mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-02-12 20:02:49 +00:00
10 lines
268 B
JSON
10 lines
268 B
JSON
{
|
|
"extends": "dtslint/dt.json",
|
|
"rules": {
|
|
// We have some internal types that are helpfully tagged with @private
|
|
"no-redundant-jsdoc-2": false,
|
|
"no-unnecessary-generics": false,
|
|
"strict-export-declare-modifiers": false
|
|
}
|
|
}
|