Skip to content

Commit

Permalink
Change formatting of .vscode settings
Browse files Browse the repository at this point in the history
  • Loading branch information
paales committed Jan 15, 2024
1 parent db5918e commit 63fe912
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
"editor.formatOnSave": true,
"editor.tabSize": 2,
"editor.defaultFormatter": "esbenp.prettier-vscode",
"editor.codeActionsOnSave": { "source.fixAll.eslint": false },
"editor.codeActionsOnSave": { "source.fixAll.eslint": "never" },
"editor.snippetSuggestions": "none",
"emmet.showExpandedAbbreviation": "never",
"editor.wordBasedSuggestions": false,
"editor.wordBasedSuggestions": "off",
"javascript.suggest.names": false,
"typescript.tsdk": "node_modules/typescript/lib",
"search.exclude": {
Expand Down
4 changes: 2 additions & 2 deletions examples/magento-graphcms/.vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
"editor.formatOnSave": true,
"editor.tabSize": 2,
"editor.defaultFormatter": "esbenp.prettier-vscode",
"editor.codeActionsOnSave": { "source.fixAll.eslint": true },
"editor.codeActionsOnSave": { "source.fixAll.eslint": "never" },
"editor.snippetSuggestions": "none",
"emmet.showExpandedAbbreviation": "never",
"editor.wordBasedSuggestions": false,
"editor.wordBasedSuggestions": "off",
"javascript.suggest.names": false,
"typescript.tsdk": "node_modules/typescript/lib",
"[typescriptreact]": {
Expand Down

1 comment on commit 63fe912

@vercel
Copy link

@vercel vercel bot commented on 63fe912 Jan 15, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

graphcommerce-hygraph-dynamic-rows-ui – ./packages/hygraph-dynamic-rows-ui

graphcommerce-hygraph-dynamic-rows-ui-git-canary-graphcommerce.vercel.app
graphcommerce-hygraph-dynamic-rows-ui-graphcommerce.vercel.app
graphcommerce-hygraph-dynamic-rows-ui.vercel.app

Please sign in to comment.