mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2025-10-16 12:05:41 +00:00
18 lines
351 B
JSON
18 lines
351 B
JSON
{
|
|
"extends": "dtslint/dt.json",
|
|
"rules": {
|
|
"indent": [
|
|
true,
|
|
"tabs"
|
|
],
|
|
|
|
/**
|
|
* This package uses TSDoc conditional on the specific
|
|
* signature, with an optional parameter at the beginning,
|
|
* which `unified-signatures` considers to be mergeable with
|
|
* signatures that don't include it.
|
|
*/
|
|
"unified-signatures": false
|
|
}
|
|
}
|