Skip to content

Add a simple skill to move "IMPORT_PATH" above "@group" in comments. #715

Description

@Asmail790

Add a simple skill to move (or always place) IMPORT_PATH above @group in comments.

For example reorder following:

/*
 * @group Implementations
 *  IMPORT_PATH: `"eridu-tech/di"`
 */

to:

/*
 * IMPORT_PATH: `"eridu-tech/di"`
 * @group Implementations
 */

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

Status
Backlog

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions