MyAccountApp/.prettierrc.js
CalebChen768 c1ab05c46c Initial commit
Generated by react-native@0.73.6
2024-03-16 19:51:04 +08:00

8 lines
141 B
JavaScript

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