mirror of
https://github.com/FlipsideCrypto/DefinitelyTyped.git
synced 2026-02-06 10:56:53 +00:00
- removes custom TSLint exclude rules with exception of `sanitize` overloads rule exclusion - correct all other TSLint issues - correct author GitHub handle Thanks!
7 lines
95 B
JSON
7 lines
95 B
JSON
{
|
|
"extends": "dtslint/dt.json",
|
|
"rules": {
|
|
"unified-signatures": false
|
|
}
|
|
}
|