Add support for the -f flag for linting styles #26387
Veldrovive
started this conversation in
Ideas
Replies: 1 comment
-
PR to land this here: #27052 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
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 currentnext 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.Beta Was this translation helpful? Give feedback.
All reactions