Skip to content

Commit ef618ef

Browse files
committed
fix linting error in react-native.config.js
1 parent 8b15c90 commit ef618ef

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

App/react-native.config.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module.exports = {
22
dependencies: {
3-
'react-native-flipper': { platforms: { ios: null } }
4-
}
5-
}
3+
'react-native-flipper': { platforms: { ios: null } },
4+
},
5+
};

0 commit comments

Comments
 (0)