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

linter: oxlint on windows 11 returns nothing #8263

Open
ErickDevv opened this issue Jan 5, 2025 · 0 comments
Open

linter: oxlint on windows 11 returns nothing #8263

ErickDevv opened this issue Jan 5, 2025 · 0 comments
Labels
A-linter Area - Linter C-bug Category - Bug

Comments

@ErickDevv
Copy link

What version of Oxlint are you using?

^0.15.5

What command did you run?

npx oxlint@latest

What does your .oxlint.json config file look like?

{
"$schema": "./node_modules/oxlint/configuration_schema.json",
"plugins": ["import", "typescript", "unicorn"],
"env": {
"browser": true
},
"globals": {
"foo": "readonly"
},
"settings": {},
"rules": {
"eqeqeq": "warn",
"import/no-cycle": "error"
},
"overrides": [
{
"files": [".test.ts", ".spec.ts"],
"rules": {
"@typescript-eslint/no-explicit-any": "off"
}
}
]
}

What happened?

When I try to run oxlint in windows 11 it does not return anything, it just finishes and that's it. Without any message, I already tried with Node and Bun and the result is the same.

Originally I tried with an Astro app but when going through another TypeScript app (a simple test script), the result is the same. I already tried adding and removing the oxlintrc.json.

@ErickDevv ErickDevv added A-linter Area - Linter C-bug Category - Bug labels Jan 5, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-linter Area - Linter C-bug Category - Bug
Projects
None yet
Development

No branches or pull requests

1 participant