T4B_Chat/.prettierrc.js
yashwin-foxy 1145517757 Initial commit
Generated by react-native@0.79.0
2025-09-29 14:32:52 +05:30

8 lines
141 B
JavaScript

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