2022-11-09 10:53:42 +08:00

12 lines
238 B
JavaScript

module.exports = {
printWidth: 80,
semi: true,
vueIndentScriptAndStyle: true,
singleQuote: true,
trailingComma: 'all',
proseWrap: 'never',
htmlWhitespaceSensitivity: 'strict',
endOfLine: 'auto',
arrowParens: 'avoid',
};