No Description

.eslintrc.js 115B

12345678
  1. module.exports = {
  2. root: true,
  3. extends: '@react-native-community',
  4. rules: {
  5. 'comma-dangle': 'off'
  6. }
  7. };