Skip to content

Commit 796b794

Browse files
authored
fix(lint): Removes unintended no-mixed-interface rule.
1 parent 16e29bc commit 796b794

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

configs/tslint.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"no-let": true,
1212
"no-this": true,
1313
"no-class": true,
14-
"no-mixed-interface": true,
14+
"no-mixed-interface": false,
1515
"no-expression-statement": false,
1616
"adjacent-overload-signatures": true,
1717
"ban-types": false,

0 commit comments

Comments
 (0)