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

Add ESLint and Prettier configurations to devcontainer.json #586

Merged
merged 1 commit into from
Mar 28, 2024

Conversation

jeromehardaway
Copy link
Contributor

This pull request includes a modification to the .devcontainer/devcontainer.json file to enhance the development environment. The changes include an update to the Visual Studio Code settings and extensions to improve code formatting and linting.

Key changes:

  • .devcontainer/devcontainer.json: Added editor.formatOnSave setting to automatically format code on save. Also, ESLint validation has been enabled for JavaScript, TypeScript, and their React variants. Code actions on save have been set to fix all ESLint issues automatically. The extensions list has been updated to include Prettier for code formatting and a Tailwind CSS IntelliSense extension for better CSS class name completion and error checking.

Copy link

vercel bot commented Mar 28, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
vets-who-code-app ✅ Ready (Inspect) Visit Preview 💬 Add feedback Mar 28, 2024 5:26am

@jeromehardaway jeromehardaway merged commit 2555c43 into master Mar 28, 2024
3 checks passed
@jeromehardaway jeromehardaway deleted the UpdateDockerContainer branch March 28, 2024 05:27
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