Replace eslint-plugin-flow-vars with eslint-plugin-flowtype
This is the one people are converging on, and flow-vars may get deprecated.
Showing
+7 -6
... | @@ -46,7 +46,7 @@ | ... | @@ -46,7 +46,7 @@ |
"detect-port": "0.1.4", | "detect-port": "0.1.4", | ||
"eslint": "3.1.1", | "eslint": "3.1.1", | ||
"eslint-loader": "1.4.1", | "eslint-loader": "1.4.1", | ||
"eslint-plugin-flow-vars": "0.5.0", | "eslint-plugin-flowtype": "2.4.0", | ||
"eslint-plugin-import": "1.12.0", | "eslint-plugin-import": "1.12.0", | ||
"eslint-plugin-jsx-a11y": "2.0.1", | "eslint-plugin-jsx-a11y": "2.0.1", | ||
"eslint-plugin-react": "5.2.2", | "eslint-plugin-react": "5.2.2", | ||
... | ... |
Please register or sign in to comment