react-native-video/examples/FabricExample/.prettierrc.js
2023-07-19 16:36:52 +09:00

8 lines
141 B
JavaScript

module.exports = {
arrowParens: 'avoid',
bracketSameLine: true,
bracketSpacing: false,
singleQuote: true,
trailingComma: 'all',
};