Skip to content

Commit

Permalink
ci: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
splincode committed Mar 6, 2024
1 parent 12b2a00 commit a64bd42
Show file tree
Hide file tree
Showing 1,435 changed files with 3,651 additions and 3,837 deletions.
201 changes: 143 additions & 58 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@
"@taiga-ui/browserslist-config": "0.6.0",
"@taiga-ui/commitlint-config": "0.7.1",
"@taiga-ui/cspell-config": "0.36.0",
"@taiga-ui/eslint-plugin-experience": "0.64.0",
"@taiga-ui/eslint-plugin-experience": "0.65.0",
"@taiga-ui/prettier-config": "0.10.0",
"@taiga-ui/stylelint-config": "0.20.0",
"@taiga-ui/tsconfig": "0.17.0",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,22 +1,22 @@
import type {ElementRef, QueryList} from '@angular/core';
import {
ChangeDetectionStrategy,
ChangeDetectorRef,
Component,
type ElementRef,
HostBinding,
inject,
Input,
Output,
type QueryList,
ViewChildren,
} from '@angular/core';
import {DomSanitizer, type SafeValue} from '@angular/platform-browser';
import type {SafeValue} from '@angular/platform-browser';
import {DomSanitizer} from '@angular/platform-browser';
import {TuiDestroyService, tuiTypedFromEvent, tuiWatch} from '@taiga-ui/cdk';
import {type TuiSizeXL} from '@taiga-ui/core';
import type {TuiSizeXL} from '@taiga-ui/core';
import type {Observable} from 'rxjs';
import {
map,
merge,
type Observable,
ReplaySubject,
startWith,
switchMap,
Expand Down
2 changes: 1 addition & 1 deletion projects/addon-charts/components/axes/axes.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import {
Input,
} from '@angular/core';
import {TUI_ALWAYS_DASHED, TUI_ALWAYS_SOLID} from '@taiga-ui/addon-charts/constants';
import {type TuiLineHandler, type TuiLineType} from '@taiga-ui/addon-charts/types';
import type {TuiLineHandler, TuiLineType} from '@taiga-ui/addon-charts/types';
import {CHAR_NO_BREAK_SPACE} from '@taiga-ui/cdk';
import {MODE_PROVIDER, TUI_MODE} from '@taiga-ui/core';

Expand Down
Loading

0 comments on commit a64bd42

Please sign in to comment.