Skip to content

Commit

Permalink
vscode settings and reccomendations
Browse files Browse the repository at this point in the history
  • Loading branch information
acao committed Nov 16, 2020
1 parent 4994ef0 commit cdf2bca
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .vscode/extensions.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"recommendations": [
"graphql.vscode-graphql",
"dbaeumer.vscode-eslint"
]
}
4 changes: 4 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"graphql-config.load.rootDir": ".cache",
"javascript.implicitProjectConfig.checkJs": false
}

0 comments on commit cdf2bca

Please sign in to comment.