chore: Added linting to error on relative imports and using path aliases#2506
Conversation
🦋 Changeset detectedLatest commit: f93c49c The changes in this PR will be included in the next version bump. This PR includes changesets to release 6 packages
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
|
Too many files changed for review. ( |
|
The latest updates on your projects. Learn more about Vercel for GitHub. 2 Skipped Deployments
|
🔴 Tier 4 — CriticalTouches auth, data models, config, tasks, OTel pipeline, ClickHouse, or CI/CD. Why this tier:
Review process: Deep review from a domain expert. Synchronous walkthrough may be required. Stats
|
E2E Test Results✅ All tests passed • 221 passed • 3 skipped • 1385s
Tests ran across 4 shards in parallel. |
|
@claude review this PR |
|
Claude finished @wrn14897's task in 3m 4s —— View job PR Review — relative imports → path aliases
This is a large but overwhelmingly mechanical change ( 🟠 One thing to verify:
|
Resolve conflict in NumberTileBackgroundChart.test.tsx: keep the expanded import set the render and helper tests need, and adopt the path-alias import (@/components/...) that #2506 now requires in place of the relative path.
Summary
Based on the conversation in #2502 I've raised a PR to replace relative imports with path aliases.
Linting rules have been updated to catch this in future.
Related PRs: #2502