-
Notifications
You must be signed in to change notification settings - Fork 44
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
conflict with react/jsx-curly-newline #91
Comments
prettier-standard version looks better to me :) I'd consider it the bug in standard the same way as #76 |
@sheerun do you mean in |
Yes. Maybe you can try it first? Just describe this formatting in
standard-jsx and show prettier-standard formatting
…On Sun, 1 Dec 2019 at 09:44, Uladzimir Havenchyk ***@***.***> wrote:
@sheerun <https://github.com/sheerun> do you mean in standard-jsx? could
you please help with issue description I need to create in standard-jsx?
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#91?email_source=notifications&email_token=AACHMDPYUOPYRXZ6ZF3XSKDQWN2PFA5CNFSM4JTIFO6KYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEFRBUCY#issuecomment-560077323>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AACHMDNFY4H7IIYXEDVNH33QWN2PFANCNFSM4JTIFO6A>
.
|
btw. prettier-standard has linting built-in that disables whitespace rules, just use |
yeah, I used it, but I have other project specific rules which are not related to formatting, so I need to use submitted standard/standard#1458 |
Hey @sheerun, I came across some conflict between
prettier-standard
and eslint withstandard
andstandard-jsx
presets included.Example:
^^ this is how prettier-standard formats the code,
but eslint with
standard
andstandard-jsx
presets expects the next versionIs it some expected behaviour or is it a bug? If you need any other information, please let me know.
The text was updated successfully, but these errors were encountered: