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

TCS-4: Swap import sorting from eslint to prettier to allow auto-sorting #20

Merged
merged 3 commits into from
Jan 15, 2025

Conversation

darragh-kearns-aligent
Copy link
Contributor

Solves the issue of imports failing linting but not being able to be auto-sorted, requiring devs to manually re-order their imports.

I would suggest that this might be a breaking change, as it will cause most projects it is used in to fail linting as the prettier sorting is different to the eslint sorting.

- Caused by the lint rules I just changed...
Copy link
Contributor

@styler3 styler3 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for this @darragh-kearns-aligent. Just one change request.

package.json Outdated Show resolved Hide resolved
@styler3 styler3 merged commit 4386b23 into main Jan 15, 2025
1 check passed
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 this pull request may close these issues.

2 participants