Skip to content

Commit

Permalink
add eslint-plugin-react as a peer dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
ahcai committed Sep 12, 2019
1 parent de32d2e commit 11dec94
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@
"jest": "^24.8.0"
},
"peerDependencies": {
"eslint": ">= 3"
"eslint": ">= 3",
"eslint-plugin-react": "^7.14.3"
}
}

0 comments on commit 11dec94

Please sign in to comment.