mirror of
https://github.com/silenty4ng/k5web
synced 2025-01-07 20:33:28 +00:00
9 lines
190 B
JavaScript
9 lines
190 B
JavaScript
module.exports = {
|
|
tabWidth: 2,
|
|
semi: true,
|
|
printWidth: 80,
|
|
singleQuote: true,
|
|
quoteProps: 'consistent',
|
|
htmlWhitespaceSensitivity: 'strict',
|
|
vueIndentScriptAndStyle: true,
|
|
};
|