I am working in angular 7 with VS code.I have es-lint rules.I want to disable es-lint error at some case .Is there any plugins for this problem.
[tslint] object access via string literals is disallowed [no-string-literal]
this.validate(res['results']);