Skip to content

Commit 52e16dc

Browse files
gaearonrandycoulman
authored andcommitted
Relax ESLint config peerDependency (facebook#1740)
1 parent 99d6071 commit 52e16dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/eslint-config-react-app/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"eslint": "^3.16.1",
1616
"eslint-plugin-flowtype": "^2.21.0",
1717
"eslint-plugin-import": "^2.0.1",
18-
"eslint-plugin-jsx-a11y": "^4.0.0",
18+
"eslint-plugin-jsx-a11y": "^2.0.0 || ^3.0.0 || ^4.0.0",
1919
"eslint-plugin-react": "^6.4.1"
2020
}
2121
}

0 commit comments

Comments
 (0)