Skip to content

remove leftover rollinia boilerplate #16

Description

@draylegend

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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Projects

  • Status
    Done

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions