Skip to content

Commit

Permalink
Add settings
Browse files Browse the repository at this point in the history
  • Loading branch information
vanduc1102 committed Jul 28, 2023
1 parent f541511 commit c013463
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .mookme.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"addedBehavior": "exit"
}
10 changes: 10 additions & 0 deletions .vscode/extensions.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"recommendations": [
"streetsidesoftware.code-spell-checker",
"esbenp.prettier-vscode",
"firsttris.vscode-jest-runner",
"dbaeumer.vscode-eslint",
"EditorConfig.EditorConfig",
"golang.Go"
]
}
3 changes: 3 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"go.lintTool": "golint"
}

0 comments on commit c013463

Please sign in to comment.