Skip to content

Commit 4c14b61

Browse files
author
Jamie Stumme
committed
Add files for flow support in vscode and updated flow to 0.111.x
1 parent 4286b7e commit 4c14b61

File tree

3 files changed

+9
-4
lines changed

3 files changed

+9
-4
lines changed

.vscode/settings.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
{
2+
"javascript.validate.enable": false,
3+
"flow.pathToFlow": "${workspaceFolder}/node_modules/.bin/flow"
4+
}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
"eslint-plugin-flowtype": "^2.46.1",
5252
"eslint-plugin-markdown": "^1.0.0-beta.6",
5353
"eslint-plugin-vue-libs": "^2.1.0",
54-
"flow-bin": "^0.66.0",
54+
"flow-bin": "^0.111.0",
5555
"jsdom": "^12.0.0",
5656
"jsdom-global": "^3.0.2",
5757
"karma": "^3.1.4",

yarn.lock

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4491,9 +4491,10 @@ flatten@^1.0.2:
44914491
version "1.0.2"
44924492
resolved "https://registry.yarnpkg.com/flatten/-/flatten-1.0.2.tgz#dae46a9d78fbe25292258cc1e780a41d95c03782"
44934493

4494-
flow-bin@^0.66.0:
4495-
version "0.66.0"
4496-
resolved "https://registry.yarnpkg.com/flow-bin/-/flow-bin-0.66.0.tgz#a96dde7015dc3343fd552a7b4963c02be705ca26"
4494+
flow-bin@^0.111.0:
4495+
version "0.111.3"
4496+
resolved "https://registry.yarnpkg.com/flow-bin/-/flow-bin-0.111.3.tgz#8653a413400ebc966097a47c81fb4e6b722a5921"
4497+
integrity sha512-Gn27aRTjSFicukZ/pq3raRERmSk9UWszhIK9eNtj6843L54YtK+jk2OkQWV70+VKi9LmWyfItCkhwoIVy7L2lA==
44974498

44984499
flow-remove-types-no-whitespace@^1.0.3:
44994500
version "1.0.5"

0 commit comments

Comments
 (0)