mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2025-10-16 12:05:41 +00:00
21 lines
516 B
JSON
21 lines
516 B
JSON
{
|
|
"extends": "../tslint.json",
|
|
"rules": {
|
|
"class-name": true,
|
|
"curly": true,
|
|
"no-consecutive-blank-lines": true,
|
|
"no-shadowed-variable": true,
|
|
"quotemark": [true, "single"],
|
|
"align": true,
|
|
"callable-types": false,
|
|
"forbidden-types": false,
|
|
"indent": [true, "spaces"],
|
|
"interface-name": false,
|
|
"linebreak-style": [true, "LF"],
|
|
"no-empty-interface": false,
|
|
"unified-signatures": false,
|
|
"variable-name": [true, "check-format"],
|
|
"void-return": false
|
|
}
|
|
}
|