Skip to content

Commit

Permalink
Merge pull request #583 from Shopify/settings
Browse files Browse the repository at this point in the history
VSCode Settings update
  • Loading branch information
tsov authored Sep 28, 2023
2 parents 2bc3799 + 544ea83 commit 08b128b
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 3 deletions.
1 change: 1 addition & 0 deletions .eslintignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
build/
1 change: 1 addition & 0 deletions .prettierignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
build/
6 changes: 5 additions & 1 deletion .vscode/extensions.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
{
"recommendations": ["dbaeumer.vscode-eslint", "EditorConfig.editorconfig", "esbenp.prettier-vscode"]
"recommendations": [
"dbaeumer.vscode-eslint",
"editorconfig.editorconfig",
"esbenp.prettier-vscode"
]
}
9 changes: 7 additions & 2 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,16 @@
"files.exclude": {
"**/.git": true,
"**/.DS_Store": true,
"**/node_modules": true
"**/node_modules": true,
".rollup.cache": true,
"coverage": true
},
"search.exclude": {
"**/node_modules": true,
"build": true
".rollup.cache": true,
"coverage": true,
"build": true,
"docs": true
},
"[typescript]": {
"editor.formatOnSave": false,
Expand Down

0 comments on commit 08b128b

Please sign in to comment.