Files
rn-app/.prettierrc.js
wuzhenyu 9f5b8552a0 Initial commit
Generated by react-native@0.81.0
2025-08-26 08:49:28 +08:00

6 lines
91 B
JavaScript

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