]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/commit
Fix lint
authorChocobozzz <me@florianbigard.com>
Wed, 24 May 2023 13:27:15 +0000 (15:27 +0200)
committerChocobozzz <me@florianbigard.com>
Wed, 24 May 2023 13:27:15 +0000 (15:27 +0200)
commitd0fbc9fd0a29c37f3ff9b99030351e90b276fe7d
treefa29fcfd704cbc56c7bc3e3e1c15d84ea0f4dc61
parent25ea1d85e155382367d11036617848fe69a1e6a4
Fix lint
100 files changed:
client/.eslintrc.json
client/e2e/wdio.local-test.conf.ts
client/e2e/wdio.local.conf.ts
client/src/app/+about/about-instance/about-instance.resolver.ts
client/src/app/+accounts/accounts.component.html
client/src/app/+admin/config/edit-custom-config/edit-advanced-configuration.component.html
client/src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html
client/src/app/+admin/config/edit-custom-config/edit-homepage.component.html
client/src/app/+admin/config/edit-custom-config/edit-instance-information.component.html
client/src/app/+admin/config/edit-custom-config/edit-live-configuration.component.html
client/src/app/+admin/config/edit-custom-config/edit-vod-transcoding.component.html
client/src/app/+admin/follows/following-list/following-list.component.html
client/src/app/+admin/follows/following-list/following-list.component.scss
client/src/app/+admin/overview/users/user-edit/user-edit.component.html
client/src/app/+admin/overview/users/user-list/user-list.component.html
client/src/app/+admin/overview/users/user-list/user-list.component.scss
client/src/app/+login/login.component.html
client/src/app/+login/login.component.ts
client/src/app/+manage/video-channel-edit/video-channel-create.component.ts
client/src/app/+manage/video-channel-edit/video-channel-edit.component.html
client/src/app/+manage/video-channel-edit/video-channel-update.component.ts
client/src/app/+my-account/my-account-settings/my-account-change-email/my-account-change-email.component.ts
client/src/app/+my-account/my-account-settings/my-account-profile/my-account-profile.component.ts
client/src/app/+my-library/+my-video-channels/my-video-channels.component.html
client/src/app/+my-library/+my-video-channels/my-video-channels.component.scss
client/src/app/+my-library/my-history/my-history.component.html
client/src/app/+my-library/my-ownership/my-ownership.component.html
client/src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.html
client/src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.scss
client/src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html
client/src/app/+my-library/my-video-playlists/my-video-playlists.component.html
client/src/app/+my-library/my-video-playlists/my-video-playlists.component.scss
client/src/app/+my-library/my-videos/my-videos.component.html
client/src/app/+reset-password/reset-password.component.ts
client/src/app/+search/search-filters.component.html
client/src/app/+search/search.component.html
client/src/app/+search/shared/abstract-lazy-load.resolver.ts
client/src/app/+signup/+register/custom-stepper.component.html
client/src/app/+signup/+register/custom-stepper.component.scss
client/src/app/+signup/+register/register.component.html
client/src/app/+signup/+register/register.component.scss
client/src/app/+video-channels/video-channels.component.html
client/src/app/+video-studio/edit/video-studio-edit.component.html
client/src/app/+video-studio/edit/video-studio-edit.component.ts
client/src/app/+videos/+video-edit/shared/video-edit.component.html
client/src/app/+videos/+video-edit/shared/video-edit.component.scss
client/src/app/+videos/+video-watch/shared/comment/video-comments.component.html
client/src/app/+videos/+video-watch/shared/comment/video-comments.component.scss
client/src/app/+videos/+video-watch/shared/information/privacy-concerns.component.html
client/src/app/+videos/+video-watch/shared/information/privacy-concerns.component.scss
client/src/app/+videos/+video-watch/shared/metadata/video-description.component.html
client/src/app/core/hotkeys/hotkeys.component.html
client/src/app/header/search-typeahead.component.html
client/src/app/menu/menu.component.html
client/src/app/menu/menu.component.scss
client/src/app/shared/form-validators/video-validators.ts
client/src/app/shared/shared-abuse-list/abuse-list-table.component.html
client/src/app/shared/shared-actor-image-edit/actor-avatar-edit.component.html
client/src/app/shared/shared-actor-image-edit/actor-avatar-edit.component.scss
client/src/app/shared/shared-actor-image-edit/actor-banner-edit.component.html
client/src/app/shared/shared-actor-image-edit/actor-banner-edit.component.scss
client/src/app/shared/shared-actor-image/actor-avatar.component.ts
client/src/app/shared/shared-forms/input-switch.component.html
client/src/app/shared/shared-forms/preview-upload.component.html
client/src/app/shared/shared-icons/global-icon.component.ts
client/src/app/shared/shared-instance/instance-features-table.component.html
client/src/app/shared/shared-instance/instance-features-table.component.ts
client/src/app/shared/shared-main/angular/number-formatter.pipe.ts
client/src/app/shared/shared-main/buttons/action-dropdown.component.html
client/src/app/shared/shared-main/buttons/action-dropdown.component.ts
client/src/app/shared/shared-main/buttons/button.component.ts
client/src/app/shared/shared-main/date/date-toggle.component.html
client/src/app/shared/shared-main/loaders/loader.component.ts
client/src/app/shared/shared-main/users/user-notifications.component.html
client/src/app/shared/shared-main/users/user-quota.component.html
client/src/app/shared/shared-moderation/server-blocklist.component.html
client/src/app/shared/shared-moderation/server-blocklist.component.scss
client/src/app/shared/shared-tables/video-cell.component.html
client/src/app/shared/shared-thumbnail/video-thumbnail.component.html
client/src/app/shared/shared-video-live/live-stream-information.component.html
client/src/app/shared/shared-video-miniature/video-download.component.html
client/src/app/shared/shared-video-miniature/video-filters-header.component.html
client/src/app/shared/shared-video-miniature/video-filters.model.ts
client/src/app/shared/shared-video-miniature/videos-list.component.html
client/src/app/shared/shared-video-miniature/videos-selection.component.html
client/src/app/shared/shared-video-playlist/video-add-to-playlist.component.html
client/src/app/shared/shared-video-playlist/video-add-to-playlist.component.scss
client/src/app/shared/shared-video-playlist/video-playlist-element-miniature.component.html
client/src/app/shared/shared-video-playlist/video-playlist-element-miniature.component.scss
client/src/assets/player/shared/settings/settings-dialog.ts
client/src/assets/player/utils.ts
client/src/root-helpers/bytes.ts
client/src/root-helpers/logger.ts
client/src/root-helpers/plugins-manager.ts
client/src/sass/class-helpers/_buttons.scss
client/src/sass/class-helpers/_common.scss
client/src/sass/include/_mixins.scss
client/src/standalone/videos/embed.html
client/src/standalone/videos/test-embed.html
server/tests/api/live/live-save-replay.ts