Skip to content
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

Proposal: Integration of Prettier Plugin for Sorting Imports #158

Open
yokesh-ks opened this issue Oct 14, 2023 · 3 comments · May be fixed by #156
Open

Proposal: Integration of Prettier Plugin for Sorting Imports #158

yokesh-ks opened this issue Oct 14, 2023 · 3 comments · May be fixed by #156

Comments

@yokesh-ks
Copy link

Is your proposal related to a problem?

The current project lacks a mechanism for automatically sorting imports in the source code, leading to disorganized and hard-to-manage import statements.

Describe the solution you'd like

Integrate the @trivago/prettier-plugin-sort-imports Prettier plugin to automatically sort imports in the source code, promoting a consistent and organized codebase.

Describe alternatives you've considered

Manual sorting of imports is one alternative; however, this is time-consuming and prone to errors, especially in larger projects. Using a Prettier plugin automates the process and ensures consistency.

Additional context

Automating the sorting of imports will significantly enhance the readability and maintainability of the codebase. This change is essential for streamlining the development process and adhering to code organization standards.

Requirement/Document

No specific requirements or documents have been identified for this feature proposal.

@yokesh-ks
Copy link
Author

#156

@piyushgarg-dev
Copy link
Owner

Hey @yokesh-ks, Please add Fixes #issue-number in description of your PR

@yokesh-ks yokesh-ks linked a pull request Oct 14, 2023 that will close this issue
6 tasks
@yokesh-ks
Copy link
Author

Done @piyushgarg-dev

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants