Skip to content

Commit

Permalink
npm: Avoid broken eslint-plugin-jsx-a11y 6.5.0 version
Browse files Browse the repository at this point in the history
That latest version has a grave regression:

    TypeError: Error while loading rule 'jsx-a11y/alt-text': rule.create is not a function

Downgrade back to 6.4.1 for the time being.

See jsx-eslint/eslint-plugin-jsx-a11y#824
  • Loading branch information
martinpitt committed Nov 10, 2021
1 parent 8e76eea commit 4ed43ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -28,7 +28,7 @@
"eslint-config-standard-react": "^9.2.0",
"eslint-plugin-flowtype": "^5.2.0",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-jsx-a11y": "^6.3.1",
"eslint-plugin-jsx-a11y": "~6.4.1",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-react": "^7.21.0",
Expand Down

0 comments on commit 4ed43ed

Please sign in to comment.