med-app-doctor/.prettierrc.js
2023-12-04 15:58:22 +07:00

8 lines
140 B
JavaScript

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