mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-04-09 22:40:18 +08:00
9 lines
188 B
JSON
9 lines
188 B
JSON
{
|
|
"extends": "dtslint/dt.json",
|
|
"rules": {
|
|
"no-declare-current-package": false,
|
|
"no-single-declare-module": false,
|
|
"no-unnecessary-generics": false
|
|
}
|
|
}
|