mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-02-22 00:32:51 +00:00
13 lines
434 B
JSON
13 lines
434 B
JSON
{
|
|
"extends": "dtslint/dt.json",
|
|
"rules": {
|
|
// TODOs:
|
|
"no-duplicate-imports": false,
|
|
// All of the different "export default" lines in the index.d.ts
|
|
// appear to be triggering this. Remove this when I know of a way
|
|
// to declare a default export across multiple package/subpackages.
|
|
"strict-export-declare-modifiers": false,
|
|
"use-default-type-parameter": false
|
|
}
|
|
}
|