We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2decfc1 commit c99384fCopy full SHA for c99384f
.gitignore
@@ -5,7 +5,6 @@ configs/local.json
5
npm-debug.log
6
assets-error.log
7
.idea/
8
-.vscode/
9
/firefox
10
lerna-debug.log
11
.vscode/extensions.json
@@ -0,0 +1,7 @@
1
+{
2
+ "recommendations": [
3
+ "dbaeumer.vscode-eslint",
4
+ "esbenp.prettier-vscode",
+ "flowtype.flow-for-vscode"
+ ]
+}
.vscode/settings.json
@@ -0,0 +1,6 @@
+ "flow.pathToFlow": "${workspaceRoot}/node_modules/.bin/flow",
+ "eslint.autoFixOnSave": true,
+ "prettier.eslintIntegration": true,
+ "javascript.validate.enable": false
0 commit comments