mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-04-21 13:27:15 +08:00
10 lines
171 B
JSON
10 lines
171 B
JSON
{
|
|
"extends": "dtslint/dt.json",
|
|
"rules": {
|
|
// TODOs
|
|
"jsdoc-format": false,
|
|
"max-line-length": false,
|
|
"no-namespace": false
|
|
}
|
|
}
|