mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-04-21 13:27:15 +08:00
15 lines
319 B
JSON
15 lines
319 B
JSON
{
|
|
"extends": "../tslint.json",
|
|
"rules": {
|
|
"align": false,
|
|
"array-type": false,
|
|
"eofline": false,
|
|
"no-consecutive-blank-lines": false,
|
|
"no-empty-interface": false,
|
|
"prefer-method-signature": false,
|
|
"void-return": false,
|
|
"no-single-declare-module": false,
|
|
"semicolon": false
|
|
}
|
|
}
|