Skip to content

Commit

Permalink
see mgechev/codelyzer#191 - the conclution is that we can remove this…
Browse files Browse the repository at this point in the history
… lint check, the aot compiler now checks it.
  • Loading branch information
sunew committed Nov 6, 2017
1 parent 26c1171 commit 4d7a383
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/tslint.json
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@
"use-pipe-transform-interface": true,
"component-class-suffix": false,
"directive-class-suffix": false,
"no-access-missing-member": true,
"no-access-missing-member": false,
"templates-use-public": true,
"invoke-injectable": true
}
Expand Down

0 comments on commit 4d7a383

Please sign in to comment.