Skip to content

Commit

Permalink
✨ (toolchain) Adds vscode workspace settings
Browse files Browse the repository at this point in the history
  • Loading branch information
fox1t committed Oct 2, 2019
1 parent 418a629 commit 47e0f4c
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 1 deletion.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ yarn.lock

build
.idea
.vscode
*.iml
# Logs
logs
Expand Down
24 changes: 24 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
{
"typescript.tsdk": "node_modules/typescript/lib",
"eslint.autoFixOnSave": true,
"eslint.validate": [
{
"autoFix": true,
"language": "typescript"
},
{
"autoFix": true,
"language": "typescriptreact"
}
],
"eslint.workingDirectories": [
{
"directory": "packages/components",
"changeProcessCWD": true
},
{
"directory": "packages/server",
"changeProcessCWD": true
}
]
}

0 comments on commit 47e0f4c

Please sign in to comment.