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

feat(cli): run oxlint with no file arguments #1190

Closed
Boshen opened this issue Nov 8, 2023 · 0 comments · Fixed by #1201
Closed

feat(cli): run oxlint with no file arguments #1190

Boshen opened this issue Nov 8, 2023 · 0 comments · Fixed by #1201
Assignees
Labels
A-cli Area - CLI A-linter Area - Linter good first issue Experience Level - Good for newcomers

Comments

@Boshen
Copy link
Member

Boshen commented Nov 8, 2023

https://eslint.org/blog/2023/11/whats-coming-in-eslint-9.0.0/#running-eslint-with-no-file-arguments

Running eslint with no file arguments
Starting in v9.0.0, if you are using flat config and you don’t pass any file arguments to the CLI, the CLI will default to linting the current directory, which means you can type npx eslint and it will just work.

@Boshen Boshen added good first issue Experience Level - Good for newcomers A-linter Area - Linter A-cli Area - CLI labels Nov 8, 2023
@Boshen Boshen changed the title feat(cli): drop the final dot and default to linting the cwd feat(cli): run oxlint with no file arguments Nov 9, 2023
@Boshen Boshen self-assigned this Nov 9, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-cli Area - CLI A-linter Area - Linter good first issue Experience Level - Good for newcomers
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant