mirror of
https://github.com/koel/koel.git
synced 2026-04-26 01:06:00 +03:00
[PR #1850] [MERGED] feat: use a better ESLint setup #1906
Labels
No labels
Authentication
Dependencies
Documentation
Feature Request
Flac
Help Wanted
Installation/Setup
Integration
Mobile
PR Welcome
Pending Release
Performance
Playlist
S3
Search
Sync
[Pri] Low
[Pri] Normal
[Status] Keep Open
[Status] Needs Author Reply
[Status] Needs Review
[Status] Stale
[Status] Will Implement
[Type] Blessed
[Type] Bug
[Type] Duplicate
[Type] Enhancement
[Type] Help Request
[Type] Question
[Type] Task
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/koel-koel#1906
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/koel/koel/pull/1850
Author: @phanan
Created: 10/13/2024
Status: ✅ Merged
Merged: 10/13/2024
Merged by: @phanan
Base:
master← Head:lint📝 Commits (1)
4add346fix: use a better ESLint setup📊 Changes
384 files changed (+4792 additions, -3403 deletions)
View changed files
➖
.eslintrc(+0 -52)➕
.vscode/settings.json(+49 -0)➕
eslint.config.js(+31 -0)📝
package.json(+7 -12)📝
resources/assets/js/__tests__/UnitTestCase.ts(+19 -14)📝
resources/assets/js/__tests__/factory/albumFactory.ts(+4 -4)📝
resources/assets/js/__tests__/factory/albumInfoFactory.ts(+3 -3)📝
resources/assets/js/__tests__/factory/albumTrackFactory.ts(+2 -2)📝
resources/assets/js/__tests__/factory/artistFactory.ts(+5 -5)📝
resources/assets/js/__tests__/factory/artistInfoFactory.ts(+3 -3)📝
resources/assets/js/__tests__/factory/episodeFactory.ts(+2 -2)📝
resources/assets/js/__tests__/factory/genreFactory.ts(+2 -2)📝
resources/assets/js/__tests__/factory/index.ts(+21 -20)📝
resources/assets/js/__tests__/factory/interactionFactory.ts(+2 -2)📝
resources/assets/js/__tests__/factory/playlistCollaboratorFactory.ts(+2 -2)📝
resources/assets/js/__tests__/factory/playlistFactory.ts(+5 -5)📝
resources/assets/js/__tests__/factory/playlistFolderFactory.ts(+2 -2)📝
resources/assets/js/__tests__/factory/podcastFactory.ts(+3 -3)📝
resources/assets/js/__tests__/factory/smartPlaylistRuleFactory.ts(+2 -2)📝
resources/assets/js/__tests__/factory/smartPlaylistRuleGroupFactory.ts(+2 -2)...and 80 more files
📄 Description
Turns out the ESLint config and command have been dead for a while… This PR fixes the issue by using a better setup and applying all the fixes.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.