We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cd48d81 commit 5fc3099Copy full SHA for 5fc3099
1 file changed
tslint.json
@@ -6,7 +6,10 @@
6
],
7
"curly": true,
8
"indent": true,
9
- "no-trailing-comman": true,
+ "one-line": [true,
10
+ "check-open-brace"
11
+ ],
12
+ "no-empty": true,
13
"no-trailing-whitespace": true,
14
"no-unreachable": true,
15
"no-unused-variable": true,
0 commit comments