-
-
Notifications
You must be signed in to change notification settings - Fork 458
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
Linter Product Plan and Progress #481
Comments
This comment was marked as outdated.
This comment was marked as outdated.
Any plans to add eslint-plugin-perfectionist rules? It is becoming quite popular, 1.5 K stars. Just looking forward to fully migrate to amazing and promising OXC stack! |
This rule fits well in the formatter but not the linter. Its documentation says "I love Prettier. However, this is not his area of responsibility." But we are an integrated toolchain, things differ a little :-) So the answer to your question "Any plans to add eslint-plugin-perfectionist rules" is currently no, but it's doable once we have more manpower and also the formatter ready. |
Thanks! Hopefully after the OXC linter core will be ready, we will be able to use some AI tools to convert ESLint linters to OXC/Rust :) |
Appreciate your efforts. Your tool is incredible. Looking forward to use it.
Ready for testing to help you implement this (since i dont know Rust yet ;D) |
I would love love it if eslint-plugin-vue got added. Vue has to employ unique parsing for SFCs. |
very useful plugin for react dev time performance - eslint-plugin-react-refresh |
Graphql support would be nice as well: https://the-guild.dev/graphql/eslint/rules |
<!-- ☝️ PR title should follow conventional commits (https://conventionalcommits.org). In particular, the title should start with one of the following types: - docs: 📖 Documentation (updates to the documentation or readme) - fix: 🐞 Bug fix (a non-breaking change that fixes an issue) - feat: ✨ New feature/enhancement (a non-breaking change that adds functionality or improves existing one) - feat!/fix!:⚠️ Breaking change (fix or feature that would cause existing functionality to change) - chore: 🧹 Chore (updates to the build process or auxiliary tools and libraries) --> ### 🔗 Linked issue <!-- If it resolves an open issue, please link the issue here. For example "Resolves #123" --> ### 📚 Description Doesn't support super many rules yet, but is amazingly fast (and easier to config). We can investigate to remove eslint once typescript, vue and graphql rules are supported. Refs oxc-project/oxc#481 <!-- Describe your changes in detail --> <!-- Why is this change required? What problem does it solve? -->
Have you consider to add support for eslint-plugin-airbnb? There are a lot of useful rules that a lot of project uses. |
I would love if eslint-plugin-svelte got added. Svelte has to employ unique parsing for *.svelte files. |
oxc looks nice. I have copied over all rules from my |
@Boshen @DonIsaac I suggest to add to tasks from first post one column to table with "fixer" yes/no. because rule may exist, but fixer not implemented for example and that case is only found problems, but not help to fix it, which eslint did. That "fixer" column help to understand support of fixers for rules |
I will like to see @stylistic/eslint-plugin |
Would be great to see eslint-plugin-react-compiler make it into oxlint, this is the slowest rule in our project right now |
What about nrwl/nx boundries plugin? |
I would love to dig into it, to check how they implement it, I personally need it too) UPD: |
Product Plan
Create a linter that is
See also: Oxlint General Availability Annoucement
Plugins
For plugins, the goal is to port most of the popular ones. The community has implemented 270 rules and the list is growing. Any form of contribution is much appreciated!
Tasks
Contributing
oxc-project.github.io contains both learning materials and contribution guides:
Note
Oxlint does not implement any stylistic / formatting rules due to
The text was updated successfully, but these errors were encountered: