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

Format JSON and TypeScript files with Prettier #28

Merged
merged 1 commit into from
Jan 16, 2024

Conversation

EvanHahn
Copy link
Contributor

This change should have no user impact.

Only tsconfig.json needed updating after this change.

This change should have no user impact.

Only `tsconfig.json` needed updating after this change.
@@ -68,7 +68,7 @@
"*.js": [
"eslint --cache --fix"
],
"*.{js,css,md}": "prettier --write"
"*.{json,js,ts,css,md}": "prettier --write"
Copy link
Member

Choose a reason for hiding this comment

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

nit: PR title should probably mention that it also now formats TS files

@EvanHahn EvanHahn changed the title Format JSON files with Prettier Format JSON and TypeScript files with Prettier Jan 16, 2024
@EvanHahn EvanHahn merged commit ebdbb49 into main Jan 16, 2024
3 checks passed
@EvanHahn EvanHahn deleted the prettier-format-json branch January 16, 2024 23:10
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