tsconfig.base.json has "customConditions": ["@rollinia/source"] and a path mapping "@rollinia/ui": ["./libs/ui/src/index.ts"]; eslint.config.ts's import-sort groups include ^@rollinia. There's no libs/ directory in this repo and the package is @letora/source, not @rollinia/* — dead config left over from whatever starter template this repo was bootstrapped from.
Next steps:
- drop the
@rollinia/* path mapping and custom condition from tsconfig.base.json (re-add real path mappings if/when this workspace actually gets a libs/ dir)
- update the
simple-import-sort/imports group in eslint.config.ts to match this workspace's actual scope, or drop the group entirely until there's a real workspace lib to sort
tsconfig.base.jsonhas"customConditions": ["@rollinia/source"]and a path mapping"@rollinia/ui": ["./libs/ui/src/index.ts"];eslint.config.ts's import-sort groups include^@rollinia. There's nolibs/directory in this repo and the package is@letora/source, not@rollinia/*— dead config left over from whatever starter template this repo was bootstrapped from.Next steps:
@rollinia/*path mapping and custom condition fromtsconfig.base.json(re-add real path mappings if/when this workspace actually gets alibs/dir)simple-import-sort/importsgroup ineslint.config.tsto match this workspace's actual scope, or drop the group entirely until there's a real workspace lib to sort