Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow restricting / auto fixing direct imports to aliases #37

Closed
brc-dd opened this issue Aug 8, 2024 · 1 comment
Closed

Allow restricting / auto fixing direct imports to aliases #37

brc-dd opened this issue Aug 8, 2024 · 1 comment
Labels
enhancement New feature or request

Comments

@brc-dd
Copy link
Member

brc-dd commented Aug 8, 2024

Example:

import { useTable } from '@globalbrain/sefirot/lib/composables/Table'

// to

import { useTable } from 'sefirot/composables/Table'
@brc-dd brc-dd added the enhancement New feature or request label Aug 8, 2024
@brc-dd
Copy link
Member Author

brc-dd commented Oct 30, 2024

track in #28

@brc-dd brc-dd closed this as not planned Won't fix, can't repro, duplicate, stale Oct 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant