We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 46d2444 commit 9fac6b4Copy full SHA for 9fac6b4
1 file changed
.vscode/settings.json
@@ -0,0 +1,12 @@
1
+{
2
+ "editor.formatOnSave": true,
3
+ "files.exclude": {
4
+ "**/.DS_Store": true,
5
+ "**/.git": true,
6
+ "**/node_modules": true
7
+ },
8
+ "prettier.eslintIntegration": true,
9
+ "search.exclude": {
10
11
+ }
12
+}
0 commit comments