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 system updates #80

Open
wants to merge 7 commits into
base: main
Choose a base branch
from
Open

Build system updates #80

wants to merge 7 commits into from

Conversation

wch
Copy link
Contributor

@wch wch commented Nov 23, 2024

This PR makes many updates to the build system. Some of these changes are in preparation for future changes to the extension.

  • Switch from yarn to npm for simplicity (and because npm is much better these days than it was in the past)
  • Use esbuild for building - this is important for future work which requires a more sophisticated build system
  • Install prettier, auto-sort imports, add prettier as a recommended VS Code extension, and enable auto-formatting on save
  • Reformat files with prettier
  • Update eslint to version 9, and base the configuration on the eslint recommended settings
  • Fix issues flagged by eslint
  • Update the copyright holder from RStudio to Posit

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.

1 participant