Skip to content

Conversation

@yokesh-ks
Copy link

@yokesh-ks yokesh-ks commented Oct 14, 2023

What does this PR do?

Fixes #158

The main change in this PR is the integration of the @trivago/prettier-plugin-sort-imports plugin, enhancing code organization by sorting imports.

Requirement/Documentation

  • No specific requirement or documentation has been mentioned in the original request.

Type of change

  • Bug fix (non-breaking change which fixes an issue)
  • Chore (refactoring code, technical debt, workflow improvements)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • This change requires a documentation update

How should this be tested?

  • Set any required environment variables: N/A
  • Minimal test data: Have a source code file with multiple imports in an unsorted order.
  • Expected (happy path) input and output: Input with unsorted imports, and output with imports sorted as per the configured plugin rules.

Mandatory Tasks

  • Make sure you have self-reviewed the code. A decent size PR without self-review might be rejected.

@github-actions
Copy link

github-actions bot commented Oct 14, 2023

Thank you for following the naming conventions! 🙏

@github-actions
Copy link

Hey there, there is a merge conflict, can you take a look?

@github-actions github-actions bot added the 🚨 merge conflict Merge Conflict label Oct 15, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

🚨 merge conflict Merge Conflict

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Proposal: Integration of Prettier Plugin for Sorting Imports

1 participant