Files
dabai_web_f/.prettierrc.js

9 lines
145 B
JavaScript
Raw Normal View History

2026-03-17 14:52:07 +08:00
module.exports = {
semi: false,
singleQuote: true,
printWidth: 100,
trailingComma: 'none',
arrowParens: 'avoid',
endOfLine: 'auto'
}