]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/commit - .eslintrc.json
Fix lint
authorChocobozzz <me@florianbigard.com>
Wed, 13 Jul 2022 09:58:01 +0000 (11:58 +0200)
committerChocobozzz <me@florianbigard.com>
Wed, 13 Jul 2022 10:14:26 +0000 (12:14 +0200)
commitba2684ceddf9b76312635b9cddc6bf6975ce436a
treed7c9618b9a6f632029d809d8bf342adc26c85cc8
parente45dd87b93c621c606415f9e8d0d381de6d7a2d7
Fix lint
44 files changed:
.eslintrc.json
client/.eslintrc.json
package.json
scripts/benchmark.ts
server/controllers/api/users/index.ts
server/controllers/api/videos/import.ts
server/controllers/api/videos/view.ts
server/controllers/services.ts
server/lib/activitypub/actors/shared/url-to-object.ts
server/lib/auth/external-auth.ts
server/lib/blocklist.ts
server/lib/moderation.ts
server/lib/opentelemetry/tracing.ts
server/lib/plugins/plugin-manager.ts
server/lib/plugins/video-constant-manager-factory.ts
server/lib/user.ts
server/lib/video.ts
server/models/actor/actor-follow.ts
server/models/oauth/oauth-client.ts
server/models/redundancy/video-redundancy.ts
server/models/user/user.ts
server/models/video/video-playlist.ts
server/models/video/video.ts
server/tests/api/check-params/abuses.ts
server/tests/api/check-params/live.ts
server/tests/api/check-params/users-admin.ts
server/tests/api/check-params/users.ts
server/tests/api/check-params/video-blacklist.ts
server/tests/api/check-params/video-imports.ts
server/tests/api/check-params/video-playlists.ts
server/tests/api/check-params/videos.ts
server/tests/api/check-params/views.ts
server/tests/api/notifications/admin-notifications.ts
server/tests/api/notifications/notifications-api.ts
server/tests/api/redundancy/redundancy.ts
server/tests/api/search/search-videos.ts
server/tests/api/server/handle-down.ts
server/tests/api/videos/video-nsfw.ts
server/tests/plugins/filter-hooks.ts
server/tests/shared/notifications.ts
shared/server-commands/requests/requests.ts
shared/server-commands/search/search-command.ts
shared/server-commands/users/login-command.ts
yarn.lock