Skip to content

Commit cb9d9ab

Browse files
committed
chore(tslint): switch some rules
1 parent d8dfe1a commit cb9d9ab

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Diff for: templates/app/client/tslint.json(ts)

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"rules": {
33
"class-name": true,
4-
"curly": true,
4+
"curly": false,
55
"eofline": true,
66
"forin": true,
77
"indent": [true, "spaces"],
@@ -50,7 +50,6 @@
5050
}],
5151
"variable-name": false,
5252
"whitespace": [true,
53-
"check-branch",
5453
"check-decl",
5554
"check-operator",
5655
"check-separator",

0 commit comments

Comments
 (0)