Skip to content

Commit 5fc3099

Browse files
committed
Rule changes
1 parent cd48d81 commit 5fc3099

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

tslint.json

+4-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,10 @@
66
],
77
"curly": true,
88
"indent": true,
9-
"no-trailing-comman": true,
9+
"one-line": [true,
10+
"check-open-brace"
11+
],
12+
"no-empty": true,
1013
"no-trailing-whitespace": true,
1114
"no-unreachable": true,
1215
"no-unused-variable": true,

0 commit comments

Comments
 (0)