mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-06-02 14:38:20 +08:00
9 lines
163 B
JSON
9 lines
163 B
JSON
{
|
|
"extends": "dtslint/dt.json",
|
|
"rules": {
|
|
// TODOs
|
|
"no-declare-current-package": false,
|
|
"no-single-declare-module": false
|
|
}
|
|
}
|