NeoScan_Radiologist/.prettierrc.js
yashwin-foxy 5c241a0a23 Initial commit
Generated by react-native@0.79.0
2025-07-10 16:57:51 +05:30

8 lines
141 B
JavaScript

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