10 lines
214 B
JavaScript
10 lines
214 B
JavaScript
![]() |
module.exports = {
|
||
|
printWidth: 100,
|
||
|
semi: true,
|
||
|
vueIndentScriptAndStyle: true,
|
||
|
singleQuote: true,
|
||
|
trailingComma: 'all',
|
||
|
proseWrap: 'never',
|
||
|
htmlWhitespaceSensitivity: 'strict',
|
||
|
endOfLine: 'auto',
|
||
|
};
|