mirror of https://github.com/Chocobozzz/PeerTube
Fix lint
parent
db5814c047
commit
251a82ffbb
|
@ -8,6 +8,7 @@ import { Component, ViewEncapsulation } from '@angular/core'
|
||||||
selector: 'my-player-styles',
|
selector: 'my-player-styles',
|
||||||
template: '',
|
template: '',
|
||||||
styleUrls: [ './player-styles.component.scss' ],
|
styleUrls: [ './player-styles.component.scss' ],
|
||||||
|
// tslint:disable:use-component-view-encapsulation
|
||||||
encapsulation: ViewEncapsulation.None
|
encapsulation: ViewEncapsulation.None
|
||||||
})
|
})
|
||||||
export class PlayerStylesComponent {
|
export class PlayerStylesComponent {
|
||||||
|
|
Loading…
Reference in New Issue