Skip to content

Commit

Permalink
feat: change config
Browse files Browse the repository at this point in the history
  • Loading branch information
kungfuboy committed May 10, 2022
1 parent 445c06c commit a84de2e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -28,13 +28,6 @@ node_modules
.settings/
*.sublime-workspace

# IDE - VSCode
.vscode/*
.vscode/settings.json
!.vscode/tasks.json
!.vscode/launch.json
!.vscode/extensions.json

# misc
/connect.lock
/coverage
Expand Down
8 changes: 8 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"eslint.workingDirectories": [
{
"mode": "auto"
}
]
}

0 comments on commit a84de2e

Please sign in to comment.