Skip to content

This issue was moved to a discussion.

You can continue the conversation there. Go to discussion →

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

Add support for the -f flag for linting styles #26364

Closed
Veldrovive opened this issue Jun 19, 2021 · 0 comments
Closed

Add support for the -f flag for linting styles #26364

Veldrovive opened this issue Jun 19, 2021 · 0 comments

Comments

@Veldrovive
Copy link

Describe the feature you'd like to request

We use the -f flag to support a testing suite that uses the checkstyle format. Standard eslint supports this through the -f checkstyle flag which the current next lint command does not support.

Describe the solution you'd like

Add support for the -f flag in the javascript api for eslint.
This PR adds a similar feature.

Describe alternatives you've considered

You can also run eslint directly, but it is unfortunate to have to use a different command for testing in the CI than in dev as there may be unforeseen differences.

@vercel vercel locked and limited conversation to collaborators Jun 20, 2021

This issue was moved to a discussion.

You can continue the conversation there. Go to discussion →

Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants