Add a simple skill to move (or always place) `IMPORT_PATH` above `@group` in comments. For example reorder following: ```typescript /* * @group Implementations * IMPORT_PATH: `"eridu-tech/di"` */ ``` to: ```typescript /* * IMPORT_PATH: `"eridu-tech/di"` * @group Implementations */ ```
Add a simple skill to move (or always place)
IMPORT_PATHabove@groupin comments.For example reorder following:
to: