powerfun-setting/.prettierrc.js
2025-12-11 15:00:38 +08:00

6 lines
91 B
JavaScript

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