11 lines
225 B
JavaScript
11 lines
225 B
JavaScript
module.exports = {
|
|
useTabs: false,
|
|
tabWidth: 4,
|
|
semi: false,
|
|
printWidth: 120,
|
|
singleQuote: true,
|
|
quoteProps: 'consistent',
|
|
htmlWhitespaceSensitivity: 'strict',
|
|
vueIndentScriptAndStyle: true,
|
|
}
|