webapp/.prettierrc.js
xudan efa0d27041 Initial commit
Generated by react-native@0.80.1
2025-07-21 10:27:34 +08:00

6 lines
91 B
JavaScript

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