Describe the bug
This only seem to happens for flow projects.
Sorting imports with type prefix with option importOrderCombineTypeAndValueImports: true throws error.
Not sure maybe I am missing something setting here but I think I confugured prettier babel plugin correctly to prase flow files.
is causing following error:
Expected behavior
No error is expected since its valid flow syntax
Your Environment
Describe the bug This only seem to happens for flow projects. Sorting imports with
type
prefix with optionimportOrderCombineTypeAndValueImports: true
throws error. Not sure maybe I am missing something setting here but I think I confugured prettier babel plugin correctly to prase flow files.is causing following error:
Expected behavior No error is expected since its valid flow syntax
Configuration File (cat .prettierrc, prettier.config.js, .prettier.js)
Contribute to @ianvs/prettier-plugin-sort-imports