mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-05-21 17:20:32 +08:00
8 lines
134 B
JSON
8 lines
134 B
JSON
{
|
|
"extends": "../tslint.json",
|
|
"rules": {
|
|
"max-line-length": false,
|
|
"no-single-declare-module": false
|
|
}
|
|
}
|