mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-04-22 11:57:33 +08:00
* fix types of luxon * fix Settings make Settings.defaultZone as readonly, change expression of Settings.now * fix static-only classes to namespace * fix unused lint rules
10 lines
220 B
JSON
10 lines
220 B
JSON
{
|
|
"extends": "dtslint/dt.json",
|
|
"rules": {
|
|
"ban-types": false,
|
|
"no-single-declare-module": false,
|
|
"interface-over-type-literal": false,
|
|
"no-declare-current-package": false
|
|
}
|
|
}
|