We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 179ec92 commit 34cdf69Copy full SHA for 34cdf69
.eslintrc
@@ -2,9 +2,9 @@
2
"root": true,
3
"parser": "babel-eslint",
4
"extends": "vue",
5
- "plugins": ["flow-vars"],
+ "plugins": ["flowtype"],
6
"rules": {
7
- "flow-vars/define-flow-type": 1,
8
- "flow-vars/use-flow-type": 1
+ "flowtype/define-flow-type": 1,
+ "flowtype/use-flow-type": 1
9
}
10
package.json
@@ -66,7 +66,7 @@
66
"eslint": "^3.4.0",
67
"eslint-config-vue": "^1.1.0",
68
"eslint-loader": "^1.3.0",
69
- "eslint-plugin-flow-vars": "^0.5.0",
+ "eslint-plugin-flowtype": "^2.16.0",
70
"eslint-plugin-html": "^1.5.2",
71
"flow-bin": "^0.31.1",
72
"flow-remove-types": "github:yyx990803/flow-remove-types",
0 commit comments