Replies: 1 comment 1 reply
-
When the formatter has a non-zero exit code, its stderr is printed to the log file as an error under "Formatter error: <the error>". The error |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Can someone tell me, how to write the correct command in the language.toml to get eslint as formatter to work?
Have something like this:
formatter = { command = "eslint", args = ["--fix-dry-run", "--stdin"] }
The code above output the following error:
Beta Was this translation helpful? Give feedback.
All reactions