-
Notifications
You must be signed in to change notification settings - Fork 25
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
Please allow overriding importAttributesKeyword
with assert
#180
Comments
Why does your build system enforce the use of a deprecated syntax? |
This comment was marked as outdated.
This comment was marked as outdated.
@fbartho that will allow parsing the deprecated syntax, but we don't allow changing the way that we re-generate it. |
Related issue on upstream repo, in case it's relevant/helpful: trivago/prettier-plugin-sort-imports#270 Also, I'm not using the
Any way to at least get this to not cause a critical error that completely halts all of prettier formatting? EDIT: Nevermind, putting this in my prettier config seems to work: |
Ah! That's good news! I agree, I don't love the |
Hah, I guess you had the right suggestion after all, @fbartho! Glad it sounds like everything's sorted out. Thanks ya'll. |
FYI I also ended up needing to add Also FYI, I tested the |
Our build system requires output to be generated with
assert
instead ofwith
on the import statements. Please allow us to override babel format optionimportAttributesKeyword
.The text was updated successfully, but these errors were encountered: