mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-02-25 18:55:32 -06:00
Fix lint
This commit is contained in:
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
Block a user