piyushgarg-dev / review-app

Frontend Review Management Application | https://youtu.be/JD3NQsB3TQI
https://review-app-five.vercel.app
GNU General Public License v3.0
193 stars 281 forks source link

Proposal: Integration of Prettier Plugin for Sorting Imports #158

Open yokesh-ks opened 1 year ago

yokesh-ks commented 1 year ago

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 commented 1 year ago

156

piyushgarg-dev commented 1 year ago

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

yokesh-ks commented 1 year ago

Done @piyushgarg-dev