Skip to content
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

How to confirm the eslint-oxlint success of my project? #25

Open
jjj-guo opened this issue Mar 5, 2024 · 1 comment
Open

How to confirm the eslint-oxlint success of my project? #25

jjj-guo opened this issue Mar 5, 2024 · 1 comment
Labels
question Further information is requested

Comments

@jjj-guo
Copy link

jjj-guo commented Mar 5, 2024

I followed the documentation, but it still feels like eslint is taking a long time to run. How do I make sure the plugin is running and how do I view the output?

precommit": "npx oxlint && eslint src --quiet --ext .jsx,.js,.tsx,.ts -f json -o ./.ci/eslint.json",

@Djiit
Copy link
Collaborator

Djiit commented Mar 5, 2024

Hey, yes, you can try a eslint --print-config file.js (target any file that should be linted, just to test) and see which rules apply.

@Djiit Djiit added the question Further information is requested label Mar 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants