Skip to content

Feat/alias - #340

Merged
OthmanImam merged 2 commits into
StellAIverse:mainfrom
DevMuhdishaq:feat/Alias
Jun 22, 2026
Merged

Feat/alias#340
OthmanImam merged 2 commits into
StellAIverse:mainfrom
DevMuhdishaq:feat/Alias

Conversation

@DevMuhdishaq

Copy link
Copy Markdown
Contributor

Closes #295

- Add src/* path alias to tsconfig.json for absolute import resolution
- Replace all ../../ and ../../../ cross-domain imports with src/ absolute imports
- Fix remaining cross-domain ../ imports across the codebase
- Add ESLint no-restricted-imports rule to enforce import conventions
- Exclude test directory from import restrictions
- Allow same-module parent imports (../) while blocking cross-domain imports
- Eliminate fragile relative imports that caused build failures
@OthmanImam
OthmanImam merged commit 0c618a4 into StellAIverse:main Jun 22, 2026
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Standardize All Imports to Absolute src/ Path Aliias

2 participants