react-native-fast-image/prettier.config.js

7 lines
104 B
JavaScript
Raw Normal View History

2018-05-06 23:04:28 +00:00
module.exports = {
semi: false,
singleQuote: true,
trailingComma: 'all',
tabWidth: 4,
}