Files
dabai_web_f/.prettierrc.js
2026-03-17 14:52:07 +08:00

9 lines
145 B
JavaScript

module.exports = {
semi: false,
singleQuote: true,
printWidth: 100,
trailingComma: 'none',
arrowParens: 'avoid',
endOfLine: 'auto'
}