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

Fix typo so that lint-staged runs prettier #128

Merged
merged 1 commit into from
Mar 1, 2024

Conversation

lpsinger
Copy link
Member

@lpsinger lpsinger commented Mar 1, 2024

Fix a typo in the lint-staged rule for prettier: *.(json,js,mjs) should have been *.{json,js,mjs}.

Fix a typo in the lint-staged rule for prettier: `*.(json,js,mjs)`
should have been `*.{json,js,mjs}`.
@lpsinger lpsinger added the bug Something isn't working label Mar 1, 2024
@lpsinger lpsinger merged commit 6517ba0 into nasa-gcn:main Mar 1, 2024
1 of 2 checks passed
@lpsinger lpsinger deleted the lint-staged-typo branch March 1, 2024 19:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants