mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-04-23 21:00:01 +08:00
12 lines
292 B
JSON
12 lines
292 B
JSON
{
|
|
"extends": "dtslint/dt.json",
|
|
"rules": {
|
|
"object-literal-shorthand": false,
|
|
"object-literal-key-quote": false,
|
|
"no-empty-interface": false,
|
|
"prefer-method-signature": false,
|
|
"object-literal-key-quotes": false,
|
|
"no-any": false
|
|
}
|
|
}
|