mirror of
https://gitee.com/myxzgzs/boyue_jnpf.git
synced 2025-08-08 15:22:43 +08:00
14 lines
292 B
JavaScript
14 lines
292 B
JavaScript
![]() |
module.exports = {
|
||
|
printWidth: 160,
|
||
|
semi: true,
|
||
|
vueIndentScriptAndStyle: true,
|
||
|
singleQuote: true,
|
||
|
trailingComma: 'all',
|
||
|
proseWrap: 'never',
|
||
|
htmlWhitespaceSensitivity: 'strict',
|
||
|
endOfLine: 'auto',
|
||
|
bracketSameLine: true,
|
||
|
jsxBracketSameLine: true,
|
||
|
arrowParens: 'avoid',
|
||
|
};
|