Skip to content

Commit

Permalink
Use merge-commit version of eslint-plugin-react
Browse files Browse the repository at this point in the history
Rather than referencing a potentially-transient PR branch, reference
the commit where it was merged.

This is still not ideal, but it’s unclear when the next release of
eslint-plugin-react will happen.
  • Loading branch information
randycoulman committed Oct 7, 2016
1 parent 953de85 commit 6755238
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
"eslint-import-resolver-webpack": "^0.6.0",
"eslint-loader": "^1.3.0",
"eslint-plugin-import": "^2.0.0",
"eslint-plugin-react": "randycoulman/eslint-plugin-react#fix-spread-props-in-no-children-prop",
"eslint-plugin-react": "yannickcr/eslint-plugin-react#f227eb4",
"expect-react-shallow": "^1.2.1",
"exports-loader": "^0.6.2",
"extract-text-webpack-plugin": "^1.0.1",
Expand Down

0 comments on commit 6755238

Please sign in to comment.