mirror of
https://github.com/sunniejs/vue-h5-template.git
synced 2025-04-05 06:36:22 +08:00
11 lines
215 B
JavaScript
11 lines
215 B
JavaScript
module.exports = {
|
|
printWidth: 160,
|
|
semi: true,
|
|
vueIndentScriptAndStyle: true,
|
|
singleQuote: true,
|
|
trailingComma: 'all',
|
|
proseWrap: 'never',
|
|
htmlWhitespaceSensitivity: 'strict',
|
|
endOfLine: 'auto',
|
|
};
|