Skip to content

Commit

Permalink
fix: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
Dafnik committed May 31, 2024
1 parent 2b8ef39 commit da39bb7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions libs/dfts-helper/src/lib/helper/string/url/url.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
/* eslint-disable no-useless-escape */
import { UndefinedOrNullOr } from '../../../types';

const isUrlRegEx =
Expand Down
1 change: 1 addition & 0 deletions libs/dfx-bootstrap-icons/src/lib/icon.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ import { filter, Observable, Subscription } from 'rxjs';
standalone: true,
changeDetection: ChangeDetectionStrategy.OnPush,
template: '',
// eslint-disable-next-line @angular-eslint/no-host-metadata-property
host: {
'[style.display]': '"inline-block"',
'[style.width]': '(size() ?? width() ?? injectedSize ?? injectedWidth) + "px"',
Expand Down

0 comments on commit da39bb7

Please sign in to comment.