-
-
Notifications
You must be signed in to change notification settings - Fork 172
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
editorconfig, and loglevel are rejected as CLI args #479
Comments
I think this might belong in the I'd love to see prettier/prettier-eslint-cli#304 in that repo reopened, if a maintainer sees this. 🙂 |
I believe the relevant issue in the CLI repo is actually prettier/prettier-eslint-cli#134 and that refers back to a possible setting in this repo - I have used the Prettier ESLint VS Code extension, and would like it if it respected |
@sHtev Feel free to raise a PR instead. |
Versions:
prettier-eslint
version: 5.0.0node
version: 10.23.1npm
(oryarn
) version: 1.22.10Have you followed the debugging tips?
No, because
loglevel
is rejected as an argument.Relevant code or config
What I did:
Ran
prettier-eslint
with--editorconfig
options and this was rejected as a CLI argument.What happened:
Reproduction repository:
Don't have one, just using this on a single file.
Problem description:
prettier-eslint
should either ignore or accept these arguments.Suggested solution:
Accept the same CLI options as
prettier
?Related ticket:
jonlabelle/SublimeJsPrettier#235
The text was updated successfully, but these errors were encountered: