-
-
Notifications
You must be signed in to change notification settings - Fork 931
Closed
Labels
C-bugCategory - BugCategory - Buggood first issueExperience Level - Good for newcomersExperience Level - Good for newcomers
Description
bunx oxlint@latest -D func-names --fix <path to file>
input:
const restoreGracefully = function <T>(entries: T[]) { }output:
const restoreGracefully = function <T> restoreGracefully(entries: T[]) { }expected output:
const restoreGracefully = function restoreGracefully<T>(entries: T[]) { }Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
C-bugCategory - BugCategory - Buggood first issueExperience Level - Good for newcomersExperience Level - Good for newcomers
Type
Fields
Give feedbackPriority
None yet