mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-02-15 13:22:46 +00:00
7 lines
156 B
JSON
7 lines
156 B
JSON
{
|
|
"extends": "dtslint/dt.json",
|
|
"rules": {
|
|
"unified-signatures": false // Disabling as it prevents me from using overloaded doctags
|
|
}
|
|
}
|