mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-04-06 17:22:19 +08:00
11 lines
184 B
JSON
11 lines
184 B
JSON
{
|
|
"extends": "dtslint/dt.json",
|
|
"rules": {
|
|
// TODO
|
|
"no-any-union": false,
|
|
"no-unnecessary-qualifier": false,
|
|
"no-void-expression": false,
|
|
"space-within-parens": false
|
|
}
|
|
}
|