Skip to content

Commit 797b469

Browse files
committed
Updared tslint to disable "no-non-null-assertion"
1 parent bba4ddf commit 797b469

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
@@ -139,6 +139,6 @@
139139
"use-pipe-transform-interface": true,
140140
"component-class-suffix": true,
141141
"directive-class-suffix": true,
142-
"invoke-injectable": true
142+
"invoke-injectable": true,
143143
}
144144
}

0 commit comments

Comments
 (0)