1
0
mirror of synced 2026-05-21 01:36:40 +08:00

feat(eslint-conft): 添加import-sort的本地目录

This commit is contained in:
roymondchen
2025-06-04 19:34:17 +08:00
parent 9ee748710b
commit e01ce2128e
2 changed files with 2 additions and 2 deletions

View File

@@ -22,7 +22,7 @@ export default {
['^(@tencent)(/.*|$)'],
['^(@tmagic)(/.*|$)'],
// Internal packages.
['^(@|@editor|@data-source)(/.*|$)'],
['^(@|src|editor-page|@editor|@data-source)(/.*|$)'],
// Side effect imports.
['^\\u0000'],
// Parent imports. Put `..` last.