-
Notifications
You must be signed in to change notification settings - Fork 53
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
chore: disable useImportRestrictions rule in Biome config #862
Conversation
… compatibility Co-Authored-By: [email protected] <[email protected]>
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
🤖 Devin AI EngineerI'll be helping with this pull request! Here's what you should know: ✅ I will automatically:
Note: I can only respond to comments from users who have write access to this repository. ⚙️ Control Options:
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM 👍🏻
Someone please review one more!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
thx!!
Issue
Why is this change needed?
The
useImportRestrictions
rule in our Biome configuration is causing conflicts with AI coding tools like Cursor and Cline. This change disables the rule to improve compatibility with these tools and enhance the developer experience.What would you like reviewers to focus on?
Please verify that disabling this rule doesn't introduce any unexpected issues with the codebase.
Testing Verification
pr_agent:summary
Detailed Changes
pr_agent:walkthrough
Additional Notes
This change should improve the developer experience when using AI-assisted coding features.