0
0
Fork 0

Upgrade ESLint to v5.x (#9694)

This commit is contained in:
Yamagishi Kazutoshi 2019-01-02 15:28:53 +09:00 committed by Eugen Rochko
parent 70be301d69
commit dc84899fff
5 changed files with 175 additions and 195 deletions

View file

@ -10,8 +10,7 @@ const messages = defineMessages({
});
const makeMapStateToProps = () => {
const mapStateToProps = (state, { }) => ({
});
const mapStateToProps = () => ({});
return mapStateToProps;
};