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)(/.*|$)'], ['^(@tencent)(/.*|$)'],
['^(@tmagic)(/.*|$)'], ['^(@tmagic)(/.*|$)'],
// Internal packages. // Internal packages.
['^(@|@editor|@data-source)(/.*|$)'], ['^(@|src|editor-page|@editor|@data-source)(/.*|$)'],
// Side effect imports. // Side effect imports.
['^\\u0000'], ['^\\u0000'],
// Parent imports. Put `..` last. // Parent imports. Put `..` last.

View File

@ -1,6 +1,6 @@
{ {
"name": "@tmagic/eslint-config", "name": "@tmagic/eslint-config",
"version": "0.0.1", "version": "0.0.2",
"main": "index.mjs", "main": "index.mjs",
"type": "module", "type": "module",
"repository": { "repository": {