Skip to content

Commit a6b5a28

Browse files
committed
fix: disable linting issue for this PR
This issue can be fixed in the PR this PR is being into.
1 parent 5564508 commit a6b5a28

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

libs/publications/feature-this-is-angular/src/lib/shell/shell.component.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ import { ActivatedRoute } from '@angular/router';
88
@Component({
99
changeDetection: ChangeDetectionStrategy.OnPush,
1010
encapsulation: ViewEncapsulation.None,
11+
// eslint-disable-next-line @angular-eslint/component-selector
1112
selector: 'til-this-is-angular-shell',
1213
styles: [
1314
`

0 commit comments

Comments
 (0)