Files
react-native-omni/example/.prettierrc.js
T
2026-04-06 12:53:56 +02:00

6 lines
91 B
JavaScript

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