Dylan Vann 6994606073
chore: Update example to React Native 0.61.5. (#639)
This also upgrades all the dependencies.
2020-03-01 15:58:28 -05:00

7 lines
104 B
JavaScript

module.exports = {
semi: false,
singleQuote: true,
trailingComma: 'all',
tabWidth: 4,
}