mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-05-27 14:30:49 +08:00
9 lines
170 B
JSON
9 lines
170 B
JSON
{
|
|
"extends": "dtslint/dt.json",
|
|
"rules": {
|
|
"no-single-declare-module": false,
|
|
"strict-export-declare-modifiers": false,
|
|
"expect": false
|
|
}
|
|
}
|