Unverified Commit 94f97208 authored by Stephen Zhou's avatar Stephen Zhou Committed by GitHub

chore: setup project workspace for better DX (#1048)

* chore: setup project workspace for better DX

* chore: remove prettier ext
parent bd9003c2
...@@ -15,7 +15,4 @@ build ...@@ -15,7 +15,4 @@ build
# Jetbrains # Jetbrains
.idea .idea
# vscode
.vscode
bin/air bin/air
{
"recommendations": [
"golang.go"
]
}
{
"folders": [
{
"name": "server",
"path": "../"
},
{
"name": "web",
"path": "../web"
},
],
}
{
"recommendations": [
"lokalise.i18n-ally",
"bradlc.vscode-tailwindcss",
"dbaeumer.vscode-eslint",
"csstools.postcss"
]
}
...@@ -2,5 +2,8 @@ ...@@ -2,5 +2,8 @@
"eslint.validate": ["javascript", "javascriptreact", "typescript", "typescriptreact"], "eslint.validate": ["javascript", "javascriptreact", "typescript", "typescriptreact"],
"editor.codeActionsOnSave": { "editor.codeActionsOnSave": {
"source.fixAll.eslint": true "source.fixAll.eslint": true
} },
"i18n-ally.localesPaths": [
"src/locales"
]
} }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment