ReduxReactQuery/.prettierrc.js
Dishank-Kheni c4706b43ca Initial commit
Generated by react-native@0.74.1
2024-05-10 16:30:47 +02:00

8 lines
141 B
JavaScript

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