Upgrade ESLint to v5.x (#9694)
This commit is contained in:
parent
70be301d69
commit
dc84899fff
5 changed files with 175 additions and 195 deletions
|
@ -10,8 +10,7 @@ const messages = defineMessages({
|
|||
});
|
||||
|
||||
const makeMapStateToProps = () => {
|
||||
const mapStateToProps = (state, { }) => ({
|
||||
});
|
||||
const mapStateToProps = () => ({});
|
||||
|
||||
return mapStateToProps;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue