THINKRIDERset/.prettierrc.js
2026-06-17 19:10:46 +08:00

6 lines
91 B
JavaScript

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