Skip to content

Commit

Permalink
chore(demo): drop redundant empty files
Browse files Browse the repository at this point in the history
  • Loading branch information
splincode committed Nov 25, 2024
1 parent 5133307 commit 5b370a2
Show file tree
Hide file tree
Showing 32 changed files with 0 additions and 9 deletions.
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,6 @@
"**/demo/**/*.{less,css,scss}"
],
"rules": {
"no-empty-source": null,
"selector-class-pattern": null
}
}
Expand Down
Empty file.
Empty file.
Empty file.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ import {TuiBlockStatus} from '@taiga-ui/layout';
standalone: true,
imports: [TuiBlockStatus],
templateUrl: './index.html',
styleUrls: ['./index.less'],
encapsulation,
changeDetection,
})
Expand Down
Empty file.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ import {map} from 'rxjs';
standalone: true,
imports: [AsyncPipe, NgIf, TuiBlockStatus, TuiButton],
templateUrl: './index.html',
styleUrls: ['./index.less'],
encapsulation,
changeDetection,
})
Expand Down
Empty file.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ import {TuiCalendar} from '@taiga-ui/core';
standalone: true,
imports: [NgIf, TuiCalendar],
templateUrl: './index.html',
styleUrls: ['./index.less'],
encapsulation,
changeDetection,
})
Expand Down
Empty file.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ import {TUI_FIRST_DAY_OF_WEEK, TuiCalendar} from '@taiga-ui/core';
standalone: true,
imports: [TuiCalendar],
templateUrl: './index.html',
styleUrls: ['./index.less'],
encapsulation,
changeDetection,
providers: [
Expand Down
Empty file.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ import {TuiCalendar} from '@taiga-ui/core';
standalone: true,
imports: [TuiCalendar],
templateUrl: './index.html',
styleUrls: ['./index.less'],
encapsulation,
changeDetection,
})
Expand Down
Empty file.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ import {TuiCalendar} from '@taiga-ui/core';
standalone: true,
imports: [NgIf, TuiCalendar],
templateUrl: './index.html',
styleUrls: ['./index.less'],
encapsulation,
changeDetection,
})
Expand Down
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ import {PolymorpheusOutlet, PolymorpheusTemplate} from '@taiga-ui/polymorpheus';
TuiSwipe,
],
templateUrl: './index.html',
styleUrls: ['./index.less'],
encapsulation,
changeDetection,
})
Expand Down
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ import {TuiButtonSelect, TuiDataListWrapper, TuiPagination} from '@taiga-ui/kit'
TuiTextfield,
],
templateUrl: './index.html',
styleUrls: ['./index.less'],
encapsulation,
changeDetection,
})
Expand Down
Empty file.
Empty file.
Empty file.

0 comments on commit 5b370a2

Please sign in to comment.