Skip to content

Conversation

matthewbastien
Copy link
Member

@matthewbastien matthewbastien commented Oct 9, 2024

Fix the VS Code settings for the project as it was not formatting certain files in the same way as CI expects. One of my recent PRs failed CI because VS Code wasn't formatting the tsConfig.json properly.

I've opted to use the.prettierignore file to configure which files we want to lint rather than passing in specific files/directories to prettier in the package.json. This means that we can just update one file going forward if we want to do more formatting and VS Code will stay in sync with CI.

@matthewbastien matthewbastien merged commit d12d898 into swiftlang:main Oct 10, 2024
8 checks passed
@matthewbastien matthewbastien deleted the fix-formatting branch October 30, 2024 17:30
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