mirror of
https://github.com/Tencent/tmagic-editor.git
synced 2025-09-18 03:20:03 +08:00
feat(eslint-conft): 添加import-sort的本地目录
This commit is contained in:
parent
9ee748710b
commit
e01ce2128e
@ -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.
|
||||||
|
@ -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": {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user