bonus-ui/prettier.config.js

11 lines
228 B
JavaScript
Raw Permalink Normal View History

2024-12-30 18:07:53 +08:00
module.exports = {
tabWidth: 4,
semi: false,
vueIndentScriptAndStyle: false,
singleQuote: true,
trailingComma: 'all',
proseWrap: 'never',
htmlWhitespaceSensitivity: 'strict',
endOfLine: 'auto',
}