-
Notifications
You must be signed in to change notification settings - Fork 8
Oxlint #701
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
base: main
Are you sure you want to change the base?
Oxlint #701
Conversation
🦋 Changeset detectedLatest commit: 188e983 The changes in this PR will be included in the next version bump. This PR includes changesets to release 38 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 |
❌ Deploy Preview for learn-card-chapi-example failed. Why did it fail? →
|
✅ Deploy Preview for learncarddocs canceled.
|
|
This PR is missing a Jira ticket reference in the title or description. |
2 similar comments
|
This PR is missing a Jira ticket reference in the title or description. |
|
This PR is missing a Jira ticket reference in the title or description. |
Overview
🎟 Relevant Jira Issues
📚 What is the context and goal of this PR?
This PR replaces ESLint with Oxlint! =) (https://oxc.rs/docs/guide/usage/linter.html)
🥴 TL; RL:
Claude Code and I went through and deleted all ESLint stuff and replaced it with Oxlint! I then ran
the linter through the whole repo and fixed all lint errors/warnings!
💡 Feature Breakdown (screenshots & videos encouraged!)
🛠 Important tradeoffs made:
You'll need to set up support for Oxlint in your editor! I think we all use VSCode/a fork of it now, so it
should auto-prompt you when you check out this PR. I haven't set up oxlint in neovim yet, so no help
there (yet).
🔍 Types of Changes
💳 Does This Create Any New Technical Debt? ( If yes, please describe and add JIRA TODOs )
Testing
🔬 How Can Someone QA This?
pnpm i && pnpm lint📱 🖥 Which devices would you like help testing on?
🧪 Code Coverage
No new tests, but all current tests pass!
Documentation
📜 Gitbook
📊 Storybook
✅ PR Checklist
🚀 Ready to squash-and-merge?: