Tweak ESLint to better understand Flow (#261)
Showing
+8 -3
... | @@ -46,6 +46,7 @@ | ... | @@ -46,6 +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-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