mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-04-08 09:17:06 +08:00
12 lines
267 B
JSON
12 lines
267 B
JSON
{
|
|
"extends": "../tslint.json",
|
|
"rules": {
|
|
"interface-over-type-literal": false,
|
|
"semicolon": [
|
|
false
|
|
],
|
|
"prefer-method-signature": false,
|
|
"prefer-declare-function": false,
|
|
"no-padding": false
|
|
}
|
|
} |