Unable to sort imports in React-Native with TS #318
Unanswered
idoRosen25
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have a React-Native project. in a specific screen I have the following import:
These imports are sorted. when I mix their order and using valid regex strings, it shows that the option is not known in the
prettierrc
file.can you please tell me what I'm doing wrong? is it possible to have a relative path regex where the nesting may differ?
example of the terminal for a specific regex:
Beta Was this translation helpful? Give feedback.
All reactions