k5web/.prettierrc.js

10 lines
190 B
JavaScript
Raw Normal View History

2024-01-24 13:40:15 +00:00
module.exports = {
tabWidth: 2,
semi: true,
printWidth: 80,
singleQuote: true,
quoteProps: 'consistent',
htmlWhitespaceSensitivity: 'strict',
vueIndentScriptAndStyle: true,
};