Skip to content

Commit 05b6b75

Browse files
chore(tslint)
1 parent efdcfcf commit 05b6b75

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tslint.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
"no-trailing-comma": true,
3636
"no-trailing-whitespace": false,
3737
"no-unreachable": true,
38-
"no-unused-expression": true,
38+
"no-unused-expression": [true, "allow-fast-null-checks"],
3939
"no-unused-variable": true,
4040
"no-use-before-declare": true,
4141
"no-var-keyword": true,

0 commit comments

Comments
 (0)