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

build: lint-staged prettier before eslint #4445

Merged
merged 1 commit into from
May 7, 2024

Conversation

gaiety-deque
Copy link
Contributor

prettier autofixes some issues eslint finds, letting prettier run first leads to less developer hassle

for example, I've forgotten for weeks to change how my editor does tabs instead of spaces and I've been manually running npm run fmt to get around this. While yes I will also correct my editor, this feels like a positive change for all contributors

<< Describe the changes >>

Closes:

prettier autofixes some issues eslint finds, letting prettier run first leads to less developer hassle

for example, I've forgotten for weeks to change how my editor does tabs instead of spaces and I've been manually running `npm run fmt` to get around this. While yes I will also correct my editor, this feels like a positive change for all contributors
@gaiety-deque gaiety-deque marked this pull request as ready for review May 3, 2024 15:00
@gaiety-deque gaiety-deque requested a review from a team as a code owner May 3, 2024 15:00
@gaiety-deque gaiety-deque merged commit 3d36f97 into develop May 7, 2024
21 checks passed
@gaiety-deque gaiety-deque deleted the prettier-before-lint branch May 7, 2024 13:01
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