mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-05-02 11:24:32 +08:00
9 lines
183 B
JSON
9 lines
183 B
JSON
{
|
|
"extends": "dtslint/dt.json",
|
|
"rules": {
|
|
"unified-signatures": false,
|
|
"no-declare-current-package": false,
|
|
"no-single-declare-module": false
|
|
}
|
|
}
|