We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9b077f7 commit 37ab36eCopy full SHA for 37ab36e
.vscode/extensions.json
@@ -0,0 +1,7 @@
1
+{
2
+ "recommendations": [
3
+ "flowtype.flow-for-vscode",
4
+ "esbenp.prettier-vscode",
5
+ "dbaeumer.vscode-eslint"
6
+ ]
7
+}
.vscode/settings.json
@@ -6,5 +6,8 @@
"./services/auth-server"
],
8
"git.ignoreLimitWarning": true,
9
- "javascript.validate.enable": false
+ "javascript.validate.enable": false,
10
+ "files.trimTrailingWhitespace": true,
11
+ "prettier.eslintIntegration": true,
12
+ "flow.useNPMPackagedFlow": true
13
}
0 commit comments