Centralized_Rreporting_System/.prettierrc.js
yashwin-foxy e911c3c835 Initial commit
Generated by react-native@0.79.0
2025-09-04 12:46:09 +05:30

8 lines
141 B
JavaScript

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