返回 Skill 列表
extension
分类: 开发与工程无需 API Key

import-organization

按以下顺序导入:内置模块、外部包、内部模块、相对导入。在保持一致的代码风格时使用。风格类别技能。

person作者: jakexiaohubgithub

Import Organization

Order imports by: built-in modules, external packages, internal modules, relative imports. Separate groups with blank lines. Alphabetize within groups. Prefer named imports over default imports for better refactoring. Use absolute imports for cross-module references, relative for within modules. Configure ESLint/Prettier to enforce import ordering automatically.