Files
socket.io/examples/ReactNativeExample/.prettierrc.js
2024-04-05 19:19:39 +02:00

8 lines
141 B
JavaScript

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