react-native-fast-image/ReactNativeFastImageExample/.prettierrc.js

7 lines
104 B
JavaScript
Raw Normal View History

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