Add initial configuration for oxc-nuxt module#1394
Conversation
I've created this module to help integrating oxlint into Nuxt. The biggest benefit is the auto creation of the `globals` on the config based on unimport. In the future i hope to add more lint configurations and maybe add a base config for oxfmt as soon as they support oxfmt.config.ts files I'm open to collaboration in this repo.
📝 WalkthroughWalkthroughA new manifest file Estimated code review effort🎯 1 (Trivial) | ⏱️ ~3 minutes 🚥 Pre-merge checks | ✅ 3✅ Passed checks (3 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing touches🧪 Generate unit tests (beta)
No actionable comments were generated in the recent review. 🎉 🧹 Recent nitpick comments
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
There was a problem hiding this comment.
Pull request overview
Adds an initial Nuxt Modules database entry for the new oxc-nuxt community module (oxlint/oxfmt integration) so it can be included in the generated modules listing.
Changes:
- Adds YAML metadata for the
oxc-nuxtmodule (name, repo, npm, compatibility, maintainers). - Declares the module as
Devtoolsand3rd-partywith Nuxt>=3.0.0compatibility.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| name: oxc-nuxt | ||
| description: Nuxt module to provide oxlint and oxfmt integration | ||
| repo: porfirioribeiro/oxc-nuxt | ||
| npm: oxc-nuxt |
🔗 Linked issue
❓ Type of change
📚 Description
I've created this module to help integrating oxlint into Nuxt.
The biggest benefit is the auto creation of the
globalson the config based on unimport.In the future i hope to add more lint configurations and maybe add a base config for oxfmt as soon as they support oxfmt.config.ts files
I'm open to collaboration in this repo.