NeoScan_Physician/.prettierrc.js
2025-08-20 20:42:33 +05:30

8 lines
141 B
JavaScript

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