DoZerg

Results 31 comments of DoZerg

Thanks for the feedback! May I ask how to install yarn v1? My version is: ```sh $ yarn -v 3.2.0 ``` After `yarn install` I don't find *node_modules* but *.yarn/...*....

Thanks for the sharing! The plugin needs to look up ESLint (*node_modules/eslint*) and Prettier (*node_modules/prettier*) in the user workspace to understand their configs. Apparently the new PnP module structure is...

Sorry, I'm super busy recently. Could you give more details on how that would fix the issue? I don't think I'll have time to implement a fix soon so if...

Thanks for the feedback! Could you define "imports from an installed package" and "absolute imports of the local modules"? How to distinguish them?

Might be a duplicate of https://github.com/daidodo/format-imports-vscode/issues/38.

@georgekrax Thanks for your feedback! There was a similar issue before (https://github.com/daidodo/format-imports-vscode/issues/43): > Details about how exports are formatted can be found https://github.com/daidodo/format-imports-vscode/issues/6#issuecomment-619386911. And sorting exports by paths is not...

Depends on how clear the requirements are. Exports can be at the front, middle or end of the file. There is no standard about how they should be organised, AFAIK.

Thanks for the feedback! I'll add it to the TODO list and come back when available. Meantime, any suggestions or PRs are welcome!

Thanks for the feedback! Could you share your config for `trivago/prettier-plugin-sort-imports`?

Hi @JohnLouderback, Thanks for the feedback! Vue is not supported yet but I've put it in the [TODO list](https://github.com/daidodo/format-imports/blob/main/TODO.md).