sonzai/.eslintrc.js

5 lines
74 B
JavaScript
Raw Normal View History

2020-03-07 09:23:17 +01:00
module.exports = {
root: true,
extends: '@react-native-community',
};