Commit 0d2989ba authored by Iain Beeston's avatar Iain Beeston Committed by Dan Abramov
Browse files

Resolve flow errors in eslint JSX a11y (#2346)

* Upgraded eslint-plugin-jsx-a11y to 5.0.3 to take advantage of
  d70ac7d7975819e7a52b85465ec67a0d93eb962a
parent a29808a2
3 merge requests!12191Lim.Pisey.168:/Identified - We are currently investigating reports of missing build logs. The issue has been identified and a resolution is in progress. We will provide a further update when available.Mar 21, 09:02 UTC,!12853brikk,!5717Automatically extract project file structure from build bundle file
Showing with 3 additions and 4 deletions
+3 -4
...@@ -15,7 +15,7 @@ ...@@ -15,7 +15,7 @@
"eslint": "^3.19.0", "eslint": "^3.19.0",
"eslint-plugin-flowtype": "^2.33.0", "eslint-plugin-flowtype": "^2.33.0",
"eslint-plugin-import": "^2.2.0", "eslint-plugin-import": "^2.2.0",
"eslint-plugin-jsx-a11y": "^5.0.1", "eslint-plugin-jsx-a11y": "^5.0.3",
"eslint-plugin-react": "^7.0.1" "eslint-plugin-react": "^7.0.1"
} }
} }
[ignore] [ignore]
<PROJECT_ROOT>/node_modules/eslint-plugin-jsx-a11y/.*
[include] [include]
src/**/*.js src/**/*.js
......
...@@ -47,7 +47,7 @@ ...@@ -47,7 +47,7 @@
"eslint-config-react-app": "^1.0.3", "eslint-config-react-app": "^1.0.3",
"eslint-plugin-flowtype": "2.33.0", "eslint-plugin-flowtype": "2.33.0",
"eslint-plugin-import": "2.2.0", "eslint-plugin-import": "2.2.0",
"eslint-plugin-jsx-a11y": "5.0.1", "eslint-plugin-jsx-a11y": "5.0.3",
"eslint-plugin-react": "7.0.1", "eslint-plugin-react": "7.0.1",
"flow-bin": "0.46.0", "flow-bin": "0.46.0",
"jest": "20.0.1", "jest": "20.0.1",
......
...@@ -37,7 +37,7 @@ ...@@ -37,7 +37,7 @@
"eslint-loader": "1.7.1", "eslint-loader": "1.7.1",
"eslint-plugin-flowtype": "2.33.0", "eslint-plugin-flowtype": "2.33.0",
"eslint-plugin-import": "2.2.0", "eslint-plugin-import": "2.2.0",
"eslint-plugin-jsx-a11y": "5.0.1", "eslint-plugin-jsx-a11y": "5.0.3",
"eslint-plugin-react": "7.0.1", "eslint-plugin-react": "7.0.1",
"extract-text-webpack-plugin": "2.1.0", "extract-text-webpack-plugin": "2.1.0",
"file-loader": "0.11.1", "file-loader": "0.11.1",
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment