react-native-video/examples/basic/.prettierrc.js
2022-12-17 16:35:37 +01:00

8 lines
141 B
JavaScript

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