fix(@angular/cli): remove inexistent tslint override#4696
Conversation
`no-unused-variable` doesn't exist anymore, so these disables aren't doing anything.
422db9f to
feb8cd0
Compare
|
Would it make sense to add the |
|
I tried to do that and didn't actually see any errors in my IDE (VSCode). I actually don't know how that would be enforced now tbh, I just now that this is dead code atm. |
|
I can create a follow-up PR for the additional changes to the generated |
|
@mhheise I'm interested to see if it's seamless or not, so I would appreciate the followup PR. On my tests it didn't break compilation so I found that odd. |
`no-unused-variable` doesn't exist anymore, so these disables aren't doing anything. Close angular#4696
|
This issue has been automatically locked due to inactivity. Read more about our automatic conversation locking policy. This action has been performed automatically by a bot. |
no-unused-variabledoesn't exist anymore, so these disables aren't doing anything. Also removed the unused vars.