diff --git a/.gitignore b/.gitignore index 6324233829..5b36ac5347 100644 --- a/.gitignore +++ b/.gitignore @@ -130,6 +130,7 @@ dmypy.json .idea/' .DS_Store +.vscode/setting.json # Intellij IDEA Files .idea/ diff --git a/web/.vscode/settings.json b/web/.vscode/settings.example.json similarity index 100% rename from web/.vscode/settings.json rename to web/.vscode/settings.example.json diff --git a/web/README.md b/web/README.md index 710e8062d1..787ca52cd0 100644 --- a/web/README.md +++ b/web/README.md @@ -23,6 +23,9 @@ The `pages/api` directory is mapped to `/api/*`. Files in this directory are tre This project uses [`next/font`](https://nextjs.org/docs/basic-features/font-optimization) to automatically optimize and load Inter, a custom Google Font. +## Lint Code +If your ide is VSCode, rename `web/.vscode/settings.example.json` to `web/.vscode/settings.json` for lint code setting. + ## Learn More To learn more about Next.js, take a look at the following resources: