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

Standardize imports #244

Open
half0wl opened this issue Apr 24, 2023 · 0 comments
Open

Standardize imports #244

half0wl opened this issue Apr 24, 2023 · 0 comments
Labels
devex Tickets related to DX (tooling, etc.)

Comments

@half0wl
Copy link
Collaborator

half0wl commented Apr 24, 2023

The way we're importing stuff is scattered: there are relative references (import foo from '../../'), paths-based references (import foo from @/..), and const/default exports are not super clear. It'd be nice to settle on a single convention, tweak the codebase to use that, and enforce it moving forward.

@half0wl half0wl added the devex Tickets related to DX (tooling, etc.) label Apr 25, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
devex Tickets related to DX (tooling, etc.)
Projects
None yet
Development

No branches or pull requests

1 participant