Skip to content

Commit 9ba27d0

Browse files
committed
created a vscode workspace file for the repo
1 parent f5af92d commit 9ba27d0

File tree

1 file changed

+28
-0
lines changed

1 file changed

+28
-0
lines changed

react.code-workspace

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
{
2+
"folders": [
3+
{
4+
"path": "."
5+
}
6+
],
7+
"extensions": {
8+
"recommendations": [
9+
"dbaeumer.vscode-eslint",
10+
"editorconfig.editorconfig",
11+
"esbenp.prettier-vscode",
12+
"flowtype.flow-for-vscode"
13+
],
14+
},
15+
"settings": {
16+
"editor.formatOnSave": true,
17+
"flow.pathToFlow": "${workspaceFolder}/node_modules/.bin/flow",
18+
"javascript.validate.enable": false,
19+
"search.useIgnoreFiles": true,
20+
"search.exclude": {
21+
"**/dist/**": true,
22+
"**/build/**": true,
23+
"**/out/**": true,
24+
"*.map": true,
25+
"*.log": true,
26+
}
27+
}
28+
}

0 commit comments

Comments
 (0)