ignore linter errors in org-result items
This commit is contained in:
parent
a5b786a749
commit
8f164ca94a
2 changed files with 3 additions and 1 deletions
|
@ -10,6 +10,7 @@ interface OrgData {
|
|||
}
|
||||
|
||||
@Component({
|
||||
// tslint:disable-next-line
|
||||
selector: 'org-table',
|
||||
templateUrl: 'org-table.component.html',
|
||||
})
|
||||
|
|
Reference in a new issue