8000 fix(lint): remove tslint rule that requires type info (#3818) · andyg3/angular-cli@1555c2b · GitHub
[go: up one dir, main page]

Skip to content

Commit 1555c2b

Browse files
clydinhansl
authored andcommitted
fix(lint): remove tslint rule that requires type info (angular#3818)
tslint rules that require type info can cause problems in editors (vscode in particular). See https://github.com/Microsoft/vscode-tslint/issues/70
1 parent 212f294 commit 1555c2b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/angular-cli/blueprints/ng2/files/tslint.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,6 @@
4646
"no-empty-interface": true,
4747
"no-eval": true,
4848
"no-inferrable-types": true,
49-
"no-inferred-empty-object-type": true,
5049
"no-shadowed-variable": true,
5150
"no-string-literal": false,
5251
"no-string-throw": true,

0 commit comments

Comments
 (0)
0