Files
web_tcm/.prettierrc.js
2026-06-12 09:00:45 +08:00

13 lines
234 B
JavaScript

module.exports = {
semi: false,
singleQuote: true,
printWidth: 150,
tabWidth: 2,
useTabs: false,
trailingComma: 'none',
bracketSpacing: true,
arrowParens: 'avoid',
endOfLine: 'lf',
vueIndentScriptAndStyle: false
}