Skip to content

Commit c082308

Browse files
martinpittKKoukiou
authored andcommitted
npm: Avoid broken eslint-plugin-jsx-a11y 6.5.0 version
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
1 parent cff10fd commit c082308

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"eslint-config-standard-react": "^9.2.0",
2929
"eslint-plugin-flowtype": "^5.2.0",
3030
"eslint-plugin-import": "^2.22.1",
31-
"eslint-plugin-jsx-a11y": "^6.3.1",
31+
"eslint-plugin-jsx-a11y": "~6.4.1",
3232
"eslint-plugin-node": "^11.1.0",
3333
"eslint-plugin-promise": "^4.2.1",
3434
"eslint-plugin-react": "^7.21.0",

0 commit comments

Comments
 (0)