Skip to content

Commit c99384f

Browse files
joshungerjasonLaster
authored andcommitted
add .vscode folder so we can share settings with everyone that is contributing (firefox-devtools#4987)
1 parent 2decfc1 commit c99384f

File tree

3 files changed

+13
-1
lines changed

3 files changed

+13
-1
lines changed

.gitignore

-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ configs/local.json
55
npm-debug.log
66
assets-error.log
77
.idea/
8-
.vscode/
98
/firefox
109
lerna-debug.log
1110
assets-error.log

.vscode/extensions.json

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"recommendations": [
3+
"dbaeumer.vscode-eslint",
4+
"esbenp.prettier-vscode",
5+
"flowtype.flow-for-vscode"
6+
]
7+
}

.vscode/settings.json

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"flow.pathToFlow": "${workspaceRoot}/node_modules/.bin/flow",
3+
"eslint.autoFixOnSave": true,
4+
"prettier.eslintIntegration": true,
5+
"javascript.validate.enable": false
6+
}

0 commit comments

Comments
 (0)