Skip to content

Commit 6ce8dfe

Browse files
CarlesDDBridgeAR
authored andcommitted
docs(agents): clarify internal import ordering rule (#9172)
1 parent 4d3a0d0 commit 6ce8dfe

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

AGENTS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ Separate groups with empty line, sort alphabetically within each:
173173

174174
1. Node.js core modules (with `node:` prefix)
175175
2. Third-party modules
176-
3. Internal imports (by path proximity, then alpha)
176+
3. Internal imports (by path proximity, furthest first, then alpha)
177177

178178
### ECMAScript and Node.js API Standards
179179

0 commit comments

Comments
 (0)