ignore linter errors in org-result items

This commit is contained in:
Tom Bloor 2017-09-19 15:19:50 +01:00
parent a5b786a749
commit 8f164ca94a
2 changed files with 3 additions and 1 deletions

View file

@ -10,6 +10,7 @@ interface OrgData {
}
@Component({
// tslint:disable-next-line
selector: 'org-table',
templateUrl: 'org-table.component.html',
})